diff options
author | Vitaly Takmazov | 2016-08-28 19:25:18 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-28 19:25:18 +0300 |
commit | ba63a47bcd933f74e95038d6348a8a654d1021c4 (patch) | |
tree | 9ecbb284d63d2d962eb1c249b2b80c1375d77926 /juick-www/build.gradle | |
parent | 14f111c2e3f20f563dfbe17181f77bfaa9cd57ef (diff) |
Gradle: update project dependencies
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 4a2372f1..27c3bc1a 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -29,12 +29,11 @@ repositories { dependencies { compile project(':juick-core') compile project(':deps:com.juick.xmpp') - compile 'com.github.scribejava:scribejava-apis:3.0.0' + compile 'com.github.scribejava:scribejava-apis:3.1.0' compile 'org.apache.httpcomponents:httpclient:4.5.2' compile 'org.apache.commons:commons-lang3:3.4' compile "org.springframework:spring-jdbc:4.3.2.RELEASE" compile 'org.apache.commons:commons-dbcp2:2.1.1' - compile 'org.json:json:20151123' compile 'net.coobird:thumbnailator:0.4.8' compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'net.jodah:failsafe:0.9.2' |