Browse Source

Upgrade to Selenium HtmlUnit 4.22.0

Closes gh-41425
pull/41443/head
Andy Wilkinson 2 years ago
parent
commit
ede80f75b5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1831,7 +1831,7 @@ bom { @@ -1831,7 +1831,7 @@ bom {
releaseNotes("https://github.com/SeleniumHQ/selenium/releases/tag/selenium-{version}")
}
}
library("Selenium HtmlUnit", "4.20.0") {
library("Selenium HtmlUnit", "4.22.0") {
group("org.seleniumhq.selenium") {
modules = [
"htmlunit3-driver"

Loading…
Cancel
Save