aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-12-03 00:12:44 +0300
committerGravatar Vitaly Takmazov2016-12-03 00:12:44 +0300
commitc4196f79770fa2f0bc357f239acce0d92968179b (patch)
tree279e56ad60922eb5d466490e1d82fde53d684e30 /juick-spring-www
parent33ebfffd00f2088bae131b3e1a4f5eb583a08b13 (diff)
update dependencies
Diffstat (limited to 'juick-spring-www')
-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 c05cc612..f4ad8595 100644
--- a/juick-spring-www/build.gradle
+++ b/juick-spring-www/build.gradle
@@ -6,7 +6,7 @@ buildscript {
}
plugins {
- id "com.moowork.node" version "0.13"
+ id "com.moowork.node" version "1.0.0"
}
task compileFrontend(type: NpmTask) {
@@ -29,7 +29,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.1.RELEASE"
- compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.1.1"
+ compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.1.2"
testCompile "junit:junit:4.12"
testCompile "org.mockito:mockito-core:1.+"