aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--juick-api/build.gradle6
-rw-r--r--juick-www/build.gradle2
2 files changed, 4 insertions, 4 deletions
diff --git a/juick-api/build.gradle b/juick-api/build.gradle
index e978a161..3ac9236b 100644
--- a/juick-api/build.gradle
+++ b/juick-api/build.gradle
@@ -14,14 +14,14 @@ dependencies {
compile "org.springframework:spring-websocket:${rootProject.springFrameworkVersion}"
- compile 'com.github.pengrad:java-telegram-bot-api:3.0.1'
+ compile 'com.github.pengrad:java-telegram-bot-api:3.1.0'
compile 'org.apache.commons:commons-email:1.4'
compile 'org.imgscalr:imgscalr-lib:4.2'
testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts')
- testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.15'
- testRuntime 'com.jayway.jsonpath:json-path:2.2.0'
+ testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.16'
+ testRuntime 'com.jayway.jsonpath:json-path:2.4.0'
}
compileJava.options.encoding = 'UTF-8'
diff --git a/juick-www/build.gradle b/juick-www/build.gradle
index 00fb5fee..86956dfb 100644
--- a/juick-www/build.gradle
+++ b/juick-www/build.gradle
@@ -20,7 +20,7 @@ apply plugin: 'org.akhikhl.gretty'
dependencies {
compile project(':juick-server-web')
compile project(':juick-server-jdbc')
- compile 'com.github.scribejava:scribejava-apis:4.1.1'
+ compile 'com.github.scribejava:scribejava-apis:4.1.2'
compile 'com.github.ooxi:serialized-php-parser:0.5.0'
compile 'com.sun.mail:javax.mail:1.5.6'
compile 'com.mitchellbosecke:pebble-spring4:2.4.0'