Browse Source

Upgrade to Selenium HtmlUnit 4.36.1

Closes gh-47588
pull/47596/head
Stéphane Nicoll 2 months ago
parent
commit
23ddbf18bf
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save