From 053b61f24f52a6e48a5bf51fdbe7eae64c42d001 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 13 Jan 2017 23:59:01 +0300 Subject: update dependencies --- juick-spring-www/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juick-spring-www') 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" -- cgit v1.2.3