diff options
author | Vitaly Takmazov | 2017-02-13 10:26:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-02-13 10:26:27 +0300 |
commit | 7d04ea9cc0abba7750f98a7586f158f1e03c2343 (patch) | |
tree | 4bd7230ad47ee7d67e9f7ae77a465070113647c8 /juick-notifications/build.gradle | |
parent | 8a5a9ca0e668c96c8d048c295f8c6bf4a0935f01 (diff) |
update dependencies
Diffstat (limited to 'juick-notifications/build.gradle')
-rw-r--r-- | juick-notifications/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index ced270ed..1a054cf7 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -23,8 +23,8 @@ dependencies { compile "org.apache.httpcomponents:httpclient:4.5.3" compile "org.apache.commons:commons-lang3:3.5" - compile "org.bitbucket.sco0ter.babbler:xmpp-core-client:0ba6c0e2f9" - compile "org.bitbucket.sco0ter.babbler:xmpp-extensions-client:0ba6c0e2f9" + compile "rocks.xmpp:xmpp-core-client:0.7.3" + compile "rocks.xmpp:xmpp-extensions-client:0.7.3" testCompile "junit:junit:${rootProject.junitVersion}" testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" |