From 6b9250d19d1659e422855ab63fe7e2f5f46cb897 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 8 Jul 2017 17:41:50 +0300 Subject: dependencyUpdates --- juick-api/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juick-api/build.gradle') 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' -- cgit v1.2.3