From d8e8dfef78359461fa49ab14304876a35049f364 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 30 Jan 2018 16:08:10 +0300 Subject: gradle: dependency updates --- juick-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-core') diff --git a/juick-core/build.gradle b/juick-core/build.gradle index d264a5d5..913463c2 100644 --- a/juick-core/build.gradle +++ b/juick-core/build.gradle @@ -16,7 +16,7 @@ dependencies { testCompile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${rootProject.jacksonVersion}" testCompile "junit:junit:${rootProject.junitVersion}" testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" - testCompile "rocks.xmpp:xmpp-core-client:0.7.4" + testCompile "rocks.xmpp:xmpp-core-client:0.7.5" } compileJava.options.encoding = 'UTF-8' -- cgit v1.2.3