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.
This commit is contained in:
parent
debc5d37f8
commit
ef87991fa3
|
@ -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'
|
Loading…
Reference in New Issue