Browse Source

Upgrade to Selenium 4.25.0

Closes gh-42668
pull/42645/head
Stéphane Nicoll 1 year ago
parent
commit
ba55029b41
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save