aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle
index 7d1398aa..6336490d 100644
--- a/juick-www/build.gradle
+++ b/juick-www/build.gradle
@@ -28,9 +28,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')
- // htmlunit 2.25 isn't compatible with spring-test 4.3.6
- testCompile ('net.sourceforge.htmlunit:htmlunit:2.24')
-
+ testCompile ('net.sourceforge.htmlunit:htmlunit:2.27')
}
compileFrontend.dependsOn 'npmInstall'