aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 089e2961..4aba164f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ allprojects {
}
project.ext {
- springFrameworkVersion = '5.0.0.RELEASE'
+ springFrameworkVersion = '5.0.1.RELEASE'
springSecurityVersion = '4.2.3.RELEASE'
jacksonVersion = '2.9.2'
slf4jVersion = '1.7.25'
@@ -38,7 +38,7 @@ buildscript {
}
dependencies {
classpath 'org.akhikhl.gretty:gretty:+'
- classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
+ classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
}
}
apply plugin: 'java'
@@ -51,7 +51,7 @@ dependencies {
testCompile project(':juick-www')
testCompile project(':juick-xmpp')
- testCompile "org.json:json:20170516"
+ testCompile "org.json:json:20171018"
testCompile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
testCompile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
testCompile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${rootProject.jacksonVersion}"