aboutsummaryrefslogtreecommitdiff
path: root/juick-api
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-09-19 15:02:17 +0300
committerGravatar Vitaly Takmazov2017-09-19 15:02:58 +0300
commit030257f473a92693a4b696acfa745bbf64c98580 (patch)
tree0fb398e98b79d4ea4a942476f9dafcadfa3a5489 /juick-api
parent3bdf9cf591956682036910e840e1b6d5e608d4d3 (diff)
dependency updates
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 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'
}