Upgrade to HtmlUnit 2.29 and Selenium 3.8.1
This commit is contained in:
@@ -43,13 +43,13 @@ 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.28") {
|
||||
optional("net.sourceforge.htmlunit:htmlunit:2.29") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.seleniumhq.selenium:htmlunit-driver:2.28.2") {
|
||||
optional("org.seleniumhq.selenium:htmlunit-driver:2.29.0") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.seleniumhq.selenium:selenium-java:3.7.1") {
|
||||
optional("org.seleniumhq.selenium:selenium-java:3.8.1") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
exclude group: "io.netty", module: "netty"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user