aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-01-11 09:39:10 +0300
committerGravatar Vitaly Takmazov2018-01-11 09:39:10 +0300
commit449a1b5634127d47bfdd8ff5c98b99eac8541e73 (patch)
tree709d3fd7449f29d3eaa6735bce05c7653b774199 /juick-www/build.gradle
parentfdb9d0e4569eab3a5b4ddf7f63f5e505249b8ac3 (diff)
gradle dependencyUpdates
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle
index 016f9e52..5ba4a5fc 100644
--- a/juick-www/build.gradle
+++ b/juick-www/build.gradle
@@ -25,7 +25,7 @@ apply plugin: 'org.akhikhl.gretty'
dependencies {
compile project(':juick-server-web')
compile project(':juick-server-jdbc')
- compile 'com.github.scribejava:scribejava-apis:5.0.0'
+ compile 'com.github.scribejava:scribejava-apis:5.1.0'
compile 'com.github.ooxi:serialized-php-parser:0.5.0'
compile 'com.sun.mail:javax.mail:1.6.0'
compile 'com.mitchellbosecke:pebble-spring4:2.4.0'
@@ -35,7 +35,7 @@ dependencies {
testCompile project(path: ':juick-core', configuration: 'testArtifacts')
testCompile project(path: ':juick-server-web', configuration: 'testArtifacts')
testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts')
- testCompile ('net.sourceforge.htmlunit:htmlunit:2.28')
+ testCompile ('net.sourceforge.htmlunit:htmlunit:2.29')
}
compileFrontend.dependsOn 'npmInstall'