diff options
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 43ce83b6..0f322f24 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -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.27') + testCompile ('net.sourceforge.htmlunit:htmlunit:2.28') } compileFrontend.dependsOn 'npmInstall' |