From 030257f473a92693a4b696acfa745bbf64c98580 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 19 Sep 2017 15:02:17 +0300 Subject: dependency updates --- juick-api/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-api/build.gradle') diff --git a/juick-api/build.gradle b/juick-api/build.gradle index 4d9faf31..8daab21c 100644 --- a/juick-api/build.gradle +++ b/juick-api/build.gradle @@ -16,7 +16,7 @@ dependencies { compile 'io.springfox:springfox-swagger-ui:2.7.0' compile "org.springframework:spring-websocket:${rootProject.springFrameworkVersion}" - compile 'com.github.pengrad:java-telegram-bot-api:3.2.0' + compile 'com.github.pengrad:java-telegram-bot-api:3.3.0' compile 'org.apache.commons:commons-email:1.5' compile 'org.imgscalr:imgscalr-lib:4.2' @@ -24,7 +24,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.19' + testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.20' testRuntime 'com.jayway.jsonpath:json-path:2.4.0' } -- cgit v1.2.3