From 2ac7d0da0b044c0a14cc73adbd82ecc4014246c4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 7 Sep 2018 12:26:35 +0300 Subject: update dependencies --- juick-notifications/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-notifications') diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 28f68802..10207a7f 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -5,7 +5,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.13.3' + compile 'com.turo:pushy:0.13.4' } compileJava.options.encoding = 'UTF-8' -- cgit v1.2.3