aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-01-30 16:08:10 +0300
committerGravatar Vitaly Takmazov2018-01-30 16:08:10 +0300
commitd8e8dfef78359461fa49ab14304876a35049f364 (patch)
tree4a610d967f47b2333ec9d93042977e335273ed72 /juick-notifications
parent31ff67f333894b79fdfcbeb948cedfd6e588417f (diff)
gradle: dependency updates
Diffstat (limited to 'juick-notifications')
-rw-r--r--juick-notifications/build.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
index 74fb9081..8cf770a6 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -5,10 +5,7 @@ apply plugin: 'org.akhikhl.gretty'
dependencies {
compile project(':juick-server-web')
compile 'com.ganyo:gcm-server:1.1.0'
- compile 'com.turo:pushy:0.11.3'
-
- compile "rocks.xmpp:xmpp-core-client:0.7.4"
- compile "rocks.xmpp:xmpp-extensions-client:0.7.4"
+ compile 'com.turo:pushy:0.12.0'
testCompile "junit:junit:${rootProject.junitVersion}"
testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"