diff options
author | Vitaly Takmazov | 2017-02-28 11:56:29 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-02-28 11:57:29 +0300 |
commit | 38a5c62973e5de2d1f8f6ed8f08c87622d3324ac (patch) | |
tree | 4ede9087b461d0c6ab4dfd22c94f5d4caf2b0502 /juick-xmpp | |
parent | afdf2fd92210dcf7ac28100f347d29a5432d9a81 (diff) |
update xmpp library
Diffstat (limited to 'juick-xmpp')
-rw-r--r-- | juick-xmpp/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle index 97955c30..ceff6064 100644 --- a/juick-xmpp/build.gradle +++ b/juick-xmpp/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.github.ben-manes.versions' dependencies { compile project(':juick-server') - compile 'com.github.juick:com.juick.xmpp:1a259a1ef7' + compile 'com.github.juick:com.juick.xmpp:cc69ee4535' compile "org.slf4j:slf4j-api:${rootProject.slf4jVersion}" compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}" compile "com.fasterxml.jackson.core:jackson-core:${rootProject.jacksonVersion}" |