Upgrade to Selenium HtmlUnit Driver 2.33
This commit is contained in:
parent
dcf2861db5
commit
0b2c482e29
|
|
@ -40,7 +40,7 @@ dependencies {
|
||||||
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
|
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
|
||||||
exclude group: "commons-logging", module: "commons-logging"
|
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"
|
exclude group: "commons-logging", module: "commons-logging"
|
||||||
}
|
}
|
||||||
optional("org.seleniumhq.selenium:selenium-java:3.14.0") {
|
optional("org.seleniumhq.selenium:selenium-java:3.14.0") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue