Browse Source

Upgrade to Selenium HtmlUnit 4.40.0

Closes gh-48913
pull/48952/head
Andy Wilkinson 2 weeks ago
parent
commit
64d757579e
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save