From 449a1b5634127d47bfdd8ff5c98b99eac8541e73 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 11 Jan 2018 09:39:10 +0300 Subject: gradle dependencyUpdates --- juick-www/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-www/build.gradle') 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' -- cgit v1.2.3