aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-10-07 12:38:33 +0300
committerGravatar Vitaly Takmazov2018-10-07 12:38:33 +0300
commit1dbaac46c7205c184ff2365031d918083b2dce57 (patch)
treece52fbbae3e86d08e2550ece68ef861018397fc1 /juick-notifications
parent73a1c8b79e66faa1096266732bd985f609c57dcd (diff)
update dependencies
Diffstat (limited to 'juick-notifications')
-rw-r--r--juick-notifications/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
index 203931ee..d69a0a46 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -5,7 +5,7 @@ dependencies {
compile project(':juick-common')
compile("org.springframework.boot:spring-boot-starter-websocket")
compile 'com.ganyo:gcm-server:1.1.0'
- compile 'com.turo:pushy:0.13.4'
+ compile 'com.turo:pushy:0.13.5'
}
compileJava.options.encoding = 'UTF-8'