aboutsummaryrefslogtreecommitdiff
path: root/juick-api
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-11-28 01:39:57 +0300
committerGravatar Vitaly Takmazov2017-11-28 01:39:57 +0300
commit41880290787c7e9021ee82f4f7eec8c419ad4092 (patch)
tree5fe0401c0600d79dc14a016d44f15ad382da8283 /juick-api
parentf02c409c58ab0d12ee8096287d0740438e18ef01 (diff)
gradle: dependencyUpdates
Diffstat (limited to 'juick-api')
-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 e0011342..9c7f59f5 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.4.1'
+ compile 'com.github.pengrad:java-telegram-bot-api:3.5.0'
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:8.5.23'
+ testRuntime 'org.apache.tomcat:tomcat-websocket:9.0.1'
testRuntime 'com.jayway.jsonpath:json-path:2.4.0'
}