From e812014ea98b4f37ddd60954465ace3f5526e641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Fri, 30 Aug 2019 14:42:01 +0200 Subject: [PATCH] HHH-13605 Upgrade the MariaDB JDBC driver to 2.2.4 in the matrix_mariadb task It's already the version we use when running test -Pdb=mariadb, so let's be consistent. (cherry picked from commit ef87991fa39478234bcbc5b274eafbf4aadcbc9b) --- databases/mariadb/matrix.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/mariadb/matrix.gradle b/databases/mariadb/matrix.gradle index 7ebdee1458..39b03e208f 100644 --- a/databases/mariadb/matrix.gradle +++ b/databases/mariadb/matrix.gradle @@ -4,4 +4,4 @@ * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or . */ -jdbcDependency 'org.mariadb.jdbc:mariadb-java-client:1.5.7' \ No newline at end of file +jdbcDependency 'org.mariadb.jdbc:mariadb-java-client:2.2.4' \ No newline at end of file