Upgrade to HtmlUnit 2.33 and Apache Johnzon 1.1.10

This commit is contained in:
Juergen Hoeller
2018-09-20 11:55:50 +02:00
parent 75627617c9
commit 80e52de231
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ dependencies {
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
}
optional("net.sourceforge.htmlunit:htmlunit:2.32") {
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.32.1") {