diff options
author | Vitaly Takmazov | 2018-01-30 16:08:10 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-30 16:08:10 +0300 |
commit | d8e8dfef78359461fa49ab14304876a35049f364 (patch) | |
tree | 4a610d967f47b2333ec9d93042977e335273ed72 /juick-core | |
parent | 31ff67f333894b79fdfcbeb948cedfd6e588417f (diff) |
gradle: dependency updates
Diffstat (limited to 'juick-core')
-rw-r--r-- | juick-core/build.gradle | 2 |
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' |