Skip to content

Commit

Permalink
Update selenium-java to 4.21.0 (#206)
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 May 21, 2024
1 parent 94a4955 commit a12734d
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.18" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18",
"org.scalatestplus" %% "selenium-4-9" % "3.2.16.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.20.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.21.0",
"org.apache.pekko" %% "pekko-actor-typed" % "1.0.2",
"org.apache.pekko" %% "pekko-stream" % "1.0.2",
"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.18" % "test",
libraryDependencies ++= Seq(
"org.scalatestplus" %% "selenium-4-9" % "3.2.16.0" % "test",
"org.seleniumhq.selenium" % "selenium-java" % "4.20.0" % "test"
"org.seleniumhq.selenium" % "selenium-java" % "4.21.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.20.0"
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.21.0"
libraryDependencies += "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18"
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.20.0"
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.21.0"
libraryDependencies += "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18"

0 comments on commit a12734d

Please sign in to comment.