aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-notifications/build.gradle')
-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'