aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-07-31 00:53:54 +0300
committerGravatar Vitaly Takmazov2016-07-31 00:53:54 +0300
commit596d1dd390a30d8a88b3d37ac24ce69c964d074a (patch)
tree84da29c8da79f5a9510e2acb0ef8a6b8ed8ec8bd /build.gradle
parentba2b96e406bcf59111ba5b081171095edefcbd5c (diff)
gradle: update dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index ec5774b6..6bc0e5be 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,10 +14,11 @@ repositories {
}
dependencies {
testCompile project(':juick-core')
- testCompile 'com.fasterxml.jackson.core:jackson-databind:2.8.0'
- testCompile 'org.springframework:spring-jdbc:4.3.1.RELEASE'
+ 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 'ch.vorburger.mariaDB4j:mariaDB4j:2.1.3'
- testCompile 'org.slf4j:slf4j-jdk14:1.7.13'
+ testCompile 'org.slf4j:slf4j-jdk14:1.7.21'
testCompile 'junit:junit:4.12'
testRuntime 'mysql:mysql-connector-java:5.1.39'
}