diff options
author | Vitaly Takmazov | 2017-02-13 10:26:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-02-13 10:26:27 +0300 |
commit | 7d04ea9cc0abba7750f98a7586f158f1e03c2343 (patch) | |
tree | 4bd7230ad47ee7d67e9f7ae77a465070113647c8 /juick-spring-www | |
parent | 8a5a9ca0e668c96c8d048c295f8c6bf4a0935f01 (diff) |
update dependencies
Diffstat (limited to 'juick-spring-www')
-rw-r--r-- | juick-spring-www/build.gradle | 4 |
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}" |