aboutsummaryrefslogtreecommitdiff
path: root/juick-ws
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-10-25 23:07:58 +0300
committerGravatar Vitaly Takmazov2016-10-25 23:07:58 +0300
commit30d283c422de780615b5b052620421322f2cca59 (patch)
tree0dbb3b0f9f0f68473531eda08703a7040d553993 /juick-ws
parent3d45dbab6e927ab88c6730d07c955242612eca53 (diff)
update dependencies
Diffstat (limited to 'juick-ws')
-rw-r--r--juick-ws/build.gradle8
1 files changed, 3 insertions, 5 deletions
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'
}