aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle6
-rw-r--r--juick-spring-www/build.gradle2
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index fbd1a050..f1c35b31 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,12 +8,12 @@ allprojects {
project.ext {
springFrameworkVersion = '4.3.6.RELEASE'
springSecurityVersion = '4.2.1.RELEASE'
- jacksonVersion = '2.8.6'
- slf4jVersion = '1.7.22'
+ jacksonVersion = '2.8.7'
+ slf4jVersion = '1.7.23'
logbackVersion = '1.2.1'
junitVersion = "4.12"
hamcrestVersion= "1.3"
- mockitoVersion = "2.7.5"
+ mockitoVersion = "2.7.10"
}
buildscript {
diff --git a/juick-spring-www/build.gradle b/juick-spring-www/build.gradle
index f4788d93..d9847b03 100644
--- a/juick-spring-www/build.gradle
+++ b/juick-spring-www/build.gradle
@@ -30,7 +30,7 @@ dependencies {
compile "org.thymeleaf:thymeleaf-spring4:${thymeleafVersion}"
compile "org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.0.RELEASE"
compile "org.thymeleaf.extras:thymeleaf-extras-springsecurity4:3.0.2.RELEASE"
- compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.1.2"
+ compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.2.0"
compile 'net.coobird:thumbnailator:0.4.8'