diff options
author | Vitaly Takmazov | 2016-10-25 23:07:58 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-10-25 23:07:58 +0300 |
commit | 30d283c422de780615b5b052620421322f2cca59 (patch) | |
tree | 0dbb3b0f9f0f68473531eda08703a7040d553993 /juick-www/build.gradle | |
parent | 3d45dbab6e927ab88c6730d07c955242612eca53 (diff) |
update dependencies
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 908b8d2f..78ef21e5 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -29,16 +29,16 @@ repositories { dependencies { compile project(':juick-core') compile project(':deps:com.juick.xmpp') - compile 'com.github.scribejava:scribejava-apis:3.1.0' + compile 'com.github.scribejava:scribejava-apis:3.2.0' compile 'org.apache.httpcomponents:httpclient:4.5.2' - compile 'org.apache.commons:commons-lang3:3.4' + compile 'org.apache.commons:commons-lang3:3.5' compile 'commons-io:commons-io:2.5' - compile "org.springframework:spring-jdbc:4.3.2.RELEASE" + compile "org.springframework:spring-jdbc:4.3.3.RELEASE" compile 'org.apache.commons:commons-dbcp2:2.1.1' compile 'net.coobird:thumbnailator:0.4.8' compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'net.jodah:failsafe:0.9.2' - compile 'com.mitchellbosecke:pebble:2.2.2' + compile 'net.jodah:failsafe:0.9.5' + compile 'com.mitchellbosecke:pebble:2.2.3' compile 'com.sun.mail:javax.mail:1.5.6' providedCompile 'javax.servlet:javax.servlet-api:3.1.0' providedRuntime 'mysql:mysql-connector-java:5.1.39' |