Browse Source

Upgrade to Selenium HtmlUnit 4.25.0

Closes gh-42827
pull/42837/head
Stéphane Nicoll 1 year ago
parent
commit
577c45a176
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save