aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications
diff options
context:
space:
mode:
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 a08d3c57..83059bbe 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'io.spring.dependency-management'
dependencies {
compile project(':juick-common')
compile 'com.ganyo:gcm-server:1.1.0'
- compile 'com.turo:pushy:0.12.0'
+ compile 'com.turo:pushy:0.12.1'
testCompile("org.springframework.boot:spring-boot-starter-test")
}