aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-11-20 12:06:31 +0300
committerGravatar Vitaly Takmazov2017-11-20 12:06:31 +0300
commit3f7645e8547f9215342b5c235177e381522154ad (patch)
tree80cfa8992518cba98b80d3e1f48c2c6feb85375a /juick-www/build.gradle
parentea9703f962244dde404ec43bd157145926f2e3c0 (diff)
dependencyUpdates
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle2
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'