From 30d283c422de780615b5b052620421322f2cca59 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 25 Oct 2016 23:07:58 +0300 Subject: update dependencies --- juick-ws/build.gradle | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'juick-ws') diff --git a/juick-ws/build.gradle b/juick-ws/build.gradle index 8e86dd83..bb1f115c 100644 --- a/juick-ws/build.gradle +++ b/juick-ws/build.gradle @@ -19,20 +19,18 @@ dependencies { compile project(':juick-core') compile project(':deps:com.juick.xmpp') compile 'org.slf4j:slf4j-jdk14:1.7.21' - compile 'com.ganyo:gcm-server:1.0.+' - compile 'com.notnoop.apns:apns:1.0.0.Beta6' - def springFrameworkVersion = '4.3.2.RELEASE' + def springFrameworkVersion = '4.3.3.RELEASE' compile "org.springframework:spring-jdbc:${springFrameworkVersion}" compile "org.springframework:spring-webmvc:${springFrameworkVersion}" compile "org.springframework:spring-websocket:${springFrameworkVersion}" - def jacksonVersion = '2.8.1' + def jacksonVersion = '2.8.4' compile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}" compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}" compile "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jacksonVersion}" compile 'javax.inject:javax.inject:1' compile 'org.apache.httpcomponents:httpclient:4.5.2' compile 'org.apache.commons:commons-dbcp2:2.1.1' - compile 'com.mitchellbosecke:pebble-spring4:2.2.2' + compile 'com.mitchellbosecke:pebble-spring4:2.2.3' providedRuntime 'mysql:mysql-connector-java:5.1.39' } -- cgit v1.2.3