From 449a1b5634127d47bfdd8ff5c98b99eac8541e73 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 11 Jan 2018 09:39:10 +0300 Subject: gradle dependencyUpdates --- juick-xmpp-wip/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-xmpp-wip/build.gradle') 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' -- cgit v1.2.3