diff options
Diffstat (limited to 'juick-notifications/build.gradle')
-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 3dc52132..c66fbd86 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -10,7 +10,7 @@ dependencies { compile 'com.ganyo:gcm-server:1.1.0' compile 'com.notnoop.apns:apns:1.0.0.Beta6' compile "org.springframework:spring-webmvc:${springFrameworkVersion}" - compile 'com.mitchellbosecke:pebble-spring4:2.2.3' + compile 'com.mitchellbosecke:pebble-spring4:2.3.0' providedRuntime 'mysql:mysql-connector-java:5.1.40' testCompile 'junit:junit:4.12' testCompile "org.mockito:mockito-core:1.+" |