Browse Source

Upgrade to Selenium 4.5.0

Closes gh-32715
pull/32740/head
Andy Wilkinson 3 years ago
parent
commit
bca00bf0e8
  1. 3
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1343,7 +1343,7 @@ bom { @@ -1343,7 +1343,7 @@ bom {
]
}
}
library("Selenium", "4.4.0") {
library("Selenium", "4.5.0") {
group("org.seleniumhq.selenium") {
modules = [
"selenium-api",
@ -1352,7 +1352,6 @@ bom { @@ -1352,7 +1352,6 @@ bom {
"selenium-firefox-driver",
"selenium-ie-driver",
"selenium-java",
"selenium-opera-driver",
"selenium-remote-driver",
"selenium-safari-driver",
"selenium-support"

Loading…
Cancel
Save