Browse Source

Upgrade to Selenium HtmlUnit 4.12.0

Closes gh-37329
pull/37340/head
Stephane Nicoll 2 years ago
parent
commit
94ba36b8d0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

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

Loading…
Cancel
Save