diff options
author | Vitaly Takmazov | 2018-01-11 09:39:10 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-11 09:39:10 +0300 |
commit | 449a1b5634127d47bfdd8ff5c98b99eac8541e73 (patch) | |
tree | 709d3fd7449f29d3eaa6735bce05c7653b774199 /juick-xmpp-wip | |
parent | fdb9d0e4569eab3a5b4ddf7f63f5e505249b8ac3 (diff) |
gradle dependencyUpdates
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 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' |