diff options
author | Vitaly Takmazov | 2017-02-21 23:16:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-02-21 23:16:16 +0300 |
commit | 62a44a2ea88a303f130ef6da9040122e2e14e005 (patch) | |
tree | c99de897994540f97696a87a43bbc541d4c59176 | |
parent | aa94206f1ccac6ae2a4b780ad9aecde964f7d9bc (diff) |
dependency updates
-rw-r--r-- | build.gradle | 6 | ||||
-rw-r--r-- | juick-spring-www/build.gradle | 2 |
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' |