aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-10 15:32:57 +0300
committerGravatar Vitaly Takmazov2016-08-10 15:32:57 +0300
commit84429b5cba2a10c12a956684d237c89c92d76ebb (patch)
tree1994082b51fa41c5b1e1aab219078f8c0afc6596 /juick-www/build.gradle
parentefe270f4ec97a74c3513ec5ae27f64e90e8fa945 (diff)
gradle: add versions plugin and update dependencies
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle7
1 files changed, 4 insertions, 3 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle
index 6089ca15..4a2372f1 100644
--- a/juick-www/build.gradle
+++ b/juick-www/build.gradle
@@ -19,6 +19,7 @@ task compileFrontend(type: NpmTask) {
apply plugin: 'java'
apply plugin: 'war'
apply plugin: 'org.akhikhl.gretty'
+apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'com.github.tkruse.groovysh'
repositories {
@@ -28,11 +29,11 @@ repositories {
dependencies {
compile project(':juick-core')
compile project(':deps:com.juick.xmpp')
- compile 'com.github.scribejava:scribejava-apis:2.7.3'
- compile 'org.apache.httpcomponents:httpclient:4.5.1'
+ compile 'com.github.scribejava:scribejava-apis:3.0.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.0'
+ 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'