aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-11 00:41:13 +0700
committerGravatar Vitaly Takmazov2016-11-11 17:27:54 +0300
commit54808ab111446389a615b0750e30c9cdfeb39c26 (patch)
tree190a31dbdad4d42876e848266d3d0da0ec8ff458 /build.gradle
parentbf42b1286472d6f66fb8e7b287abad867b3ee485 (diff)
one version of mariadb4j
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
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'