diff options
author | Vitaly Takmazov | 2018-05-30 09:52:26 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-05-30 09:52:26 +0300 |
commit | baa870a04b99c0c3a5110d83f00358a056edb8fa (patch) | |
tree | 5d1e9f489c88d2d8ac3724a7adb60eb89d1a5b33 /juick-notifications | |
parent | bfccb7c108e791659c691cab2fa74630d4000135 (diff) |
update maven dependencies
Diffstat (limited to 'juick-notifications')
-rw-r--r-- | juick-notifications/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 5950c7ee..c6fb70b8 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.1' + compile 'com.turo:pushy:0.13.2' } compileJava.options.encoding = 'UTF-8' |