diff options
author | Alexander Alexeev | 2016-11-11 00:41:13 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-11 17:27:54 +0300 |
commit | 54808ab111446389a615b0750e30c9cdfeb39c26 (patch) | |
tree | 190a31dbdad4d42876e848266d3d0da0ec8ff458 | |
parent | bf42b1286472d6f66fb8e7b287abad867b3ee485 (diff) |
one version of mariadb4j
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' |