Upgrade to Selenium HtmlUnit 3.56.0

Closes gh-29238
This commit is contained in:
Stephane Nicoll
2022-01-03 09:42:42 +01:00
parent a2bed160f0
commit 7a016a68f1
2 changed files with 2 additions and 2 deletions

View File

@@ -1565,7 +1565,7 @@ bom {
]
}
}
library("Selenium HtmlUnit", "2.54.0") {
library("Selenium HtmlUnit", "3.56.0") {
group("org.seleniumhq.selenium") {
modules = [
"htmlunit-driver"

View File

@@ -45,7 +45,7 @@ dependencies {
testImplementation("io.mockk:mockk")
testImplementation("jakarta.json:jakarta.json-api")
testImplementation("ch.qos.logback:logback-classic")
testImplementation("com.squareup.okhttp3:okhttp")
testImplementation("com.squareup.okhttp3:okhttp")
testImplementation("org.apache.tomcat.embed:tomcat-embed-core")
testImplementation("org.codehaus.groovy:groovy")
testImplementation("org.codehaus.groovy:groovy-xml")