diff options
Diffstat (limited to 'juick-xmpp-wip')
-rw-r--r-- | juick-xmpp-wip/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-xmpp-wip/build.gradle b/juick-xmpp-wip/build.gradle index cf8b8a29..715d14c7 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.27') + testCompile ('net.sourceforge.htmlunit:htmlunit:2.28') } compileJava.options.encoding = 'UTF-8' |