Browse Source

Upgrade to Selenium 4.24.0

Closes gh-42241
pull/42277/head
Andy Wilkinson 1 year ago
parent
commit
c50976a142
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1835,7 +1835,7 @@ bom { @@ -1835,7 +1835,7 @@ bom {
]
}
}
library("Selenium", "4.23.1") {
library("Selenium", "4.24.0") {
group("org.seleniumhq.selenium") {
imports = [
"selenium-bom"

Loading…
Cancel
Save