Browse Source

Upgrade to Selenium 4.1.4

Closes gh-30941
pull/31139/head
Andy Wilkinson 4 years ago
parent
commit
125773ef70
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1580,7 +1580,7 @@ bom { @@ -1580,7 +1580,7 @@ bom {
]
}
}
library("Selenium", "4.1.3") {
library("Selenium", "4.1.4") {
group("org.seleniumhq.selenium") {
modules = [
"selenium-api",

Loading…
Cancel
Save