diff options
Diffstat (limited to 'juick-spring-www')
-rw-r--r-- | juick-spring-www/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' |