Browse Source

Upgrade to Selenium HtmlUnit 4.29.0

Closes gh-44623
pull/44636/head
Stéphane Nicoll 10 months ago
parent
commit
a88d4bf93b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save