aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-spring-www/build.gradle')
-rw-r--r--juick-spring-www/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-spring-www/build.gradle b/juick-spring-www/build.gradle
index c53f6c17..f4788d93 100644
--- a/juick-spring-www/build.gradle
+++ b/juick-spring-www/build.gradle
@@ -29,7 +29,7 @@ dependencies {
compile "org.thymeleaf:thymeleaf:${thymeleafVersion}"
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.1.RELEASE"
+ compile "org.thymeleaf.extras:thymeleaf-extras-springsecurity4:3.0.2.RELEASE"
compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.1.2"
compile 'net.coobird:thumbnailator:0.4.8'
@@ -38,7 +38,7 @@ dependencies {
testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"
testCompile "org.mockito:mockito-core:${rootProject.mockitoVersion}"
testCompile "org.springframework:spring-test:${rootProject.springFrameworkVersion}"
- testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.2"
+ testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.3"
testCompile "org.thymeleaf:thymeleaf-testing:3.0.2.RELEASE"
testCompile "org.springframework.security:spring-security-test:${rootProject.springSecurityVersion}"