aboutsummaryrefslogtreecommitdiff
path: root/juick-core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-core/build.gradle')
-rw-r--r--juick-core/build.gradle2
1 files changed, 1 insertions, 1 deletions
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'