aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp-wip/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-xmpp-wip/build.gradle')
-rw-r--r--juick-xmpp-wip/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-xmpp-wip/build.gradle b/juick-xmpp-wip/build.gradle
index 715d14c7..75870140 100644
--- a/juick-xmpp-wip/build.gradle
+++ b/juick-xmpp-wip/build.gradle
@@ -10,7 +10,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')
}
compileJava.options.encoding = 'UTF-8'