From 54808ab111446389a615b0750e30c9cdfeb39c26 Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Fri, 11 Nov 2016 00:41:13 +0700 Subject: one version of mariadb4j --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 2b29ec0f..bcdadd1c 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { testCompile 'com.fasterxml.jackson.core:jackson-core:2.8.1' testCompile 'com.fasterxml.jackson.core:jackson-databind:2.8.1' testCompile 'org.springframework:spring-jdbc:4.3.4.RELEASE' - testCompile 'ch.vorburger.mariaDB4j:mariaDB4j:2.1.3' + testCompile 'ch.vorburger.mariaDB4j:mariaDB4j:2.2.2' testCompile 'org.slf4j:slf4j-api:1.7.21' testCompile 'junit:junit:4.12' testRuntime 'mysql:mysql-connector-java:5.1.40' -- cgit v1.2.3