diff options
author | Vitaly Takmazov | 2017-07-08 17:41:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-07-08 17:41:50 +0300 |
commit | 6b9250d19d1659e422855ab63fe7e2f5f46cb897 (patch) | |
tree | 9f8d30702111c67efa1c1c3f3e525ce3d0ba589a /juick-api | |
parent | ec11f34b6bac8622137b15794ab96d78b266afc8 (diff) |
dependencyUpdates
Diffstat (limited to 'juick-api')
-rw-r--r-- | juick-api/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juick-api/build.gradle b/juick-api/build.gradle index e978a161..3ac9236b 100644 --- a/juick-api/build.gradle +++ b/juick-api/build.gradle @@ -14,14 +14,14 @@ dependencies { compile "org.springframework:spring-websocket:${rootProject.springFrameworkVersion}" - compile 'com.github.pengrad:java-telegram-bot-api:3.0.1' + compile 'com.github.pengrad:java-telegram-bot-api:3.1.0' compile 'org.apache.commons:commons-email:1.4' compile 'org.imgscalr:imgscalr-lib:4.2' testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts') - testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.15' - testRuntime 'com.jayway.jsonpath:json-path:2.2.0' + testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.16' + testRuntime 'com.jayway.jsonpath:json-path:2.4.0' } compileJava.options.encoding = 'UTF-8' |