aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java1
-rw-r--r--juick-spring-www/build.gradle4
-rw-r--r--juick-ws/build.gradle2
-rw-r--r--juick-www/build.gradle4
4 files changed, 5 insertions, 6 deletions
diff --git a/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java b/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java
index 70f0f760..5137585b 100644
--- a/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java
+++ b/juick-api/src/main/java/com/juick/api/controllers/SkypeEndpoint.java
@@ -15,7 +15,6 @@ import java.io.IOException;
@Controller
public class SkypeEndpoint {
private static final Logger logger = LoggerFactory.getLogger(SkypeEndpoint.class);
-
@RequestMapping(value = "/skypebotendpoint", method = RequestMethod.POST)
public void doPost(@RequestBody String body) throws IOException {
logger.info(body);
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.+"
diff --git a/juick-ws/build.gradle b/juick-ws/build.gradle
index f9c88393..4012e295 100644
--- a/juick-ws/build.gradle
+++ b/juick-ws/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id "com.moowork.node" version "0.13"
+ id "com.moowork.node" version "1.0.0"
}
task compileFrontend(type: NpmTask) {
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'