From 596d1dd390a30d8a88b3d37ac24ce69c964d074a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 31 Jul 2016 00:53:54 +0300 Subject: gradle: update dependencies --- juick-www/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'juick-www/build.gradle') diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 9f6cfe07..85532c92 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -28,18 +28,17 @@ repositories { dependencies { compile project(':juick-core') compile project(':deps:com.juick.xmpp') - compile 'org.slf4j:slf4j-jdk14:1.7.13' + compile 'org.slf4j:slf4j-jdk14:1.7.21' compile 'com.ganyo:gcm-server:1.0.+' compile 'com.notnoop.apns:apns:1.0.0.Beta6' compile 'com.github.scribejava:scribejava-apis:2.7.3' compile 'org.apache.httpcomponents:httpclient:4.5.1' compile 'org.apache.commons:commons-lang3:3.4' - compile "org.springframework:spring-jdbc:4.3.1.RELEASE" + compile "org.springframework:spring-jdbc:4.3.2.RELEASE" compile 'org.apache.commons:commons-dbcp2:2.0' compile 'org.json:json:20151123' compile 'net.coobird:thumbnailator:0.4.8' compile 'com.github.ooxi:serialized-php-parser:0.5.0' - testCompile 'junit:junit:4.12' providedCompile 'javax.servlet:javax.servlet-api:3.1.0' providedRuntime 'mysql:mysql-connector-java:5.1.39' } -- cgit v1.2.3