Skip to content

Commit

Permalink
Update selenium-java to 4.25.0 (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: ptrdom-scala-steward[bot] <157643620+ptrdom-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
ptrdom-scala-steward[bot] authored Sep 20, 2024
1 parent 31d6125 commit a5b3958
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ lazy val `scala-steward-hooks` = project
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19",
"org.scalatestplus" %% "selenium-4-9" % "3.2.16.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.24.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.25.0",
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.1",
"org.apache.pekko" %% "pekko-stream" % "1.1.1",
"org.apache.pekko" %% "pekko-http" % "1.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ lazy val `e2e-test` =
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.19" % "test",
libraryDependencies ++= Seq(
"org.scalatestplus" %% "selenium-4-9" % "3.2.16.0" % "test",
"org.seleniumhq.selenium" % "selenium-java" % "4.24.0" % "test"
"org.seleniumhq.selenium" % "selenium-java" % "4.25.0" % "test"
) // should be upgraded when Electron upgrades its chromium version
)
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libraryDependencies += "org.scalatestplus" %% "selenium-4-9" % "3.2.16.0"
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.24.0"
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.25.0"
libraryDependencies += "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19"
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libraryDependencies += "org.scalatestplus" %% "selenium-4-9" % "3.2.16.0"
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.24.0"
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.25.0"
libraryDependencies += "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19"

0 comments on commit a5b3958

Please sign in to comment.