aboutsummaryrefslogtreecommitdiff
path: root/juick-api
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-12-18 19:47:15 +0300
committerGravatar Vitaly Takmazov2017-12-18 19:47:15 +0300
commitb73a728a2c4480de5038d7936357cb9f7a9ca225 (patch)
tree8b3b7a8cfe71ab006ec225034e3dcc50bd5b5d0e /juick-api
parentc730c372ab4b9fdc310b4fc25d71012e2424457a (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 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'
}