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.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-api/build.gradle b/juick-api/build.gradle
index 9c7f59f5..db2f080b 100644
--- a/juick-api/build.gradle
+++ b/juick-api/build.gradle
@@ -15,7 +15,7 @@ dependencies {
compile 'io.springfox:springfox-swagger2:2.7.0'
compile 'io.springfox:springfox-swagger-ui:2.7.0'
- compile 'com.github.pengrad:java-telegram-bot-api:3.5.0'
+ compile 'com.github.pengrad:java-telegram-bot-api:3.5.2'
compile 'org.apache.commons:commons-email:1.5'
compile 'org.imgscalr:imgscalr-lib:4.2'
@@ -23,7 +23,7 @@ dependencies {
testCompile project(path: ':juick-server-web', configuration: 'testArtifacts')
testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts')
- testRuntime 'org.apache.tomcat:tomcat-websocket:9.0.1'
+ testRuntime 'org.apache.tomcat:tomcat-websocket:9.0.2'
testRuntime 'com.jayway.jsonpath:json-path:2.4.0'
}