aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle6
-rw-r--r--juick-core/build.gradle2
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index b1265157..eed3603c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,14 +6,14 @@ allprojects {
}
project.ext {
- springFrameworkVersion = '4.3.6.RELEASE'
- springSecurityVersion = '4.2.1.RELEASE'
+ springFrameworkVersion = '4.3.7.RELEASE'
+ springSecurityVersion = '4.2.2.RELEASE'
jacksonVersion = '2.8.7'
slf4jVersion = '1.7.24'
logbackVersion = '1.2.1'
junitVersion = "4.12"
hamcrestVersion= "1.3"
- mockitoVersion = "2.7.12"
+ mockitoVersion = "2.7.13"
}
buildscript {
diff --git a/juick-core/build.gradle b/juick-core/build.gradle
index 772818e4..a31a52b0 100644
--- a/juick-core/build.gradle
+++ b/juick-core/build.gradle
@@ -8,7 +8,7 @@ dependencies {
compile 'org.apache.commons:commons-lang3:3.5'
compile 'org.apache.commons:commons-collections4:4.1'
compile 'commons-io:commons-io:2.5'
- compile 'org.ocpsoft.prettytime:prettytime:3.2.7.Final'
+ compile 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'
testCompile "junit:junit:${rootProject.junitVersion}"
testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"