aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-01-13 23:59:01 +0300
committerGravatar Vitaly Takmazov2017-01-14 00:08:11 +0300
commit053b61f24f52a6e48a5bf51fdbe7eae64c42d001 (patch)
treeadcb0bcd1f89bea20b5d1377847ba6c3707dc984 /juick-spring-www
parent33af2da48a51f7e6e5c98016e308c61094cf2e0e (diff)
update dependencies
Diffstat (limited to 'juick-spring-www')
-rw-r--r--juick-spring-www/build.gradle6
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"