diff options
Diffstat (limited to 'juick-api')
-rw-r--r-- | juick-api/build.gradle | 4 |
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' } |