diff options
Diffstat (limited to 'juick-notifications')
-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 1a054cf7..fc21e51f 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 "rocks.xmpp:xmpp-core-client:0.7.3" - compile "rocks.xmpp:xmpp-extensions-client:0.7.3" + compile "rocks.xmpp:xmpp-core-client:0.7.4" + compile "rocks.xmpp:xmpp-extensions-client:0.7.4" testCompile "junit:junit:${rootProject.junitVersion}" testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" |