diff options
Diffstat (limited to 'juick-spring-www/build.gradle')
-rw-r--r-- | juick-spring-www/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juick-spring-www/build.gradle b/juick-spring-www/build.gradle index 83430eb0..5644c0b5 100644 --- a/juick-spring-www/build.gradle +++ b/juick-spring-www/build.gradle @@ -6,7 +6,7 @@ buildscript { } plugins { - id "com.moowork.node" version "1.0.0" + id "com.moowork.node" version "1.1.0" } task compileFrontend(type: NpmTask) { @@ -18,7 +18,7 @@ apply plugin: 'war' apply plugin: 'org.akhikhl.gretty' apply plugin: 'com.github.ben-manes.versions' -def thymeleafVersion = "3.0.2.RELEASE" +def thymeleafVersion = "3.0.3.RELEASE" dependencies { compile project(':juick-server') @@ -40,7 +40,7 @@ dependencies { testCompile "org.springframework:spring-test:${rootProject.springFrameworkVersion}" testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.2" - testCompile "org.thymeleaf:thymeleaf-testing:3.0.1.RELEASE" + testCompile "org.thymeleaf:thymeleaf-testing:3.0.2.RELEASE" testCompile "org.springframework.security:spring-security-test:${rootProject.springSecurityVersion}" providedCompile "javax.servlet:javax.servlet-api:3.1.0" |