Upgrade to Selenium HtmlUnit Driver 2.33

This commit is contained in:
Juergen Hoeller 2018-10-12 13:17:14 +02:00
parent dcf2861db5
commit 0b2c482e29
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ dependencies {
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.32.1") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.0") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.14.0") {