aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-11-08 22:03:56 +0300
committerGravatar Vitaly Takmazov2016-11-08 22:03:56 +0300
commited332ce223f590165a0ea112096aafffdcedb00d (patch)
tree845dcb595c0287a8964c65067d16916a15513c16 /build.gradle
parent7270411d55c154e42c942caeaf4d4b942d72dea2 (diff)
update deps
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 25bcb550..8815a5a2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@ dependencies {
testCompile project(':juick-www')
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.2.RELEASE'
+ testCompile 'org.springframework:spring-jdbc:4.3.4.RELEASE'
testCompile 'ch.vorburger.mariaDB4j:mariaDB4j:2.1.3'
testCompile 'org.slf4j:slf4j-jdk14:1.7.21'
testCompile 'junit:junit:4.12'