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 ef87991fa3)
This commit is contained in:
Yoann Rodière 2019-08-30 14:42:01 +02:00 committed by gbadner
parent c527ac15a5
commit e812014ea9
1 changed files with 1 additions and 1 deletions

View File

@ -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 <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency 'org.mariadb.jdbc:mariadb-java-client:1.5.7'
jdbcDependency 'org.mariadb.jdbc:mariadb-java-client:2.2.4'