Skip to content

Commit

Permalink
Merge branch '2.7.x'
Browse files Browse the repository at this point in the history
Closes gh-33076
  • Loading branch information
wilkinsona committed Nov 8, 2022
2 parents d38adac + 1c3a490 commit c1cf939
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -1277,15 +1277,27 @@ bom {
library("Selenium", "4.5.3") {
group("org.seleniumhq.selenium") {
modules = [
"lift",
"selenium-api",
"selenium-chrome-driver",
"selenium-chromium-driver",
"selenium-devtools-v104",
"selenium-devtools-v105",
"selenium-devtools-v106",
"selenium-devtools-v85",
"selenium-edge-driver",
"selenium-firefox-driver",
"selenium-grid",
"selenium-http",
"selenium-http-jdk-client",
"selenium-ie-driver",
"selenium-java",
"selenium-json",
"selenium-remote-driver",
"selenium-safari-driver",
"selenium-support"
"selenium-session-map-jdbc",
"selenium-session-map-redis",
"selenium-support",
]
}
}
Expand Down

0 comments on commit c1cf939

Please sign in to comment.