aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-03-15 12:21:18 +0300
committerGravatar Vitaly Takmazov2017-03-15 12:21:18 +0300
commitb0a3e6188de538be7919676b9818261496c5fdb1 (patch)
tree4a81fd07a4fe7650af4efd84e558096e964ddae9 /juick-notifications
parentc94db545579bfa58a8fbd2357fab3ef346c46e25 (diff)
dependency updates
Diffstat (limited to 'juick-notifications')
-rw-r--r--juick-notifications/build.gradle4
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}"