aboutsummaryrefslogtreecommitdiff
path: root/juick-api/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-api/build.gradle')
-rw-r--r--juick-api/build.gradle6
1 files changed, 3 insertions, 3 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'