From c4196f79770fa2f0bc357f239acce0d92968179b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 3 Dec 2016 00:12:44 +0300 Subject: update dependencies --- juick-www/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-www/build.gradle') diff --git a/juick-www/build.gradle b/juick-www/build.gradle index a5622316..e3451336 100644 --- a/juick-www/build.gradle +++ b/juick-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) { @@ -23,7 +23,7 @@ dependencies { compile 'com.github.scribejava:scribejava-apis:3.3.0' compile 'net.coobird:thumbnailator:0.4.8' compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'com.mitchellbosecke:pebble:2.2.3' + compile 'com.mitchellbosecke:pebble:2.3.0' compile 'com.sun.mail:javax.mail:1.5.6' compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}" compile 'com.mitchellbosecke:pebble-spring4:2.3.0' -- cgit v1.2.3