From 5559b76a430e390e9912f473b831d918135b5e27 Mon Sep 17 00:00:00 2001 From: "ptrdom-scala-steward[bot]" <157643620+ptrdom-scala-steward[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:21:47 +0200 Subject: [PATCH] Update selenium-java to 4.28.0 (#307) Co-authored-by: ptrdom-scala-steward[bot] <157643620+ptrdom-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- .../examples/e2e-test-selenium-jvm/build.sbt | 2 +- sbt-scalajs-esbuild-web/src/sbt-test-utilities/project/html.sbt | 2 +- .../sbt-web-scalajs-esbuild/basic-project/project/html.sbt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 8c2db1f..b569106 100644 --- a/build.sbt +++ b/build.sbt @@ -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.27.0", + "org.seleniumhq.selenium" % "selenium-java" % "4.28.0", "org.apache.pekko" %% "pekko-actor-typed" % "1.1.3", "org.apache.pekko" %% "pekko-stream" % "1.1.3", "org.apache.pekko" %% "pekko-http" % "1.1.0" diff --git a/sbt-scalajs-esbuild-electron/examples/e2e-test-selenium-jvm/build.sbt b/sbt-scalajs-esbuild-electron/examples/e2e-test-selenium-jvm/build.sbt index e516cbc..80c4100 100644 --- a/sbt-scalajs-esbuild-electron/examples/e2e-test-selenium-jvm/build.sbt +++ b/sbt-scalajs-esbuild-electron/examples/e2e-test-selenium-jvm/build.sbt @@ -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.27.0" % "test" + "org.seleniumhq.selenium" % "selenium-java" % "4.28.0" % "test" ) // should be upgraded when Electron upgrades its chromium version ) diff --git a/sbt-scalajs-esbuild-web/src/sbt-test-utilities/project/html.sbt b/sbt-scalajs-esbuild-web/src/sbt-test-utilities/project/html.sbt index e8bbe74..1c943e9 100644 --- a/sbt-scalajs-esbuild-web/src/sbt-test-utilities/project/html.sbt +++ b/sbt-scalajs-esbuild-web/src/sbt-test-utilities/project/html.sbt @@ -1,3 +1,3 @@ libraryDependencies += "org.scalatestplus" %% "selenium-4-9" % "3.2.16.0" -libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.27.0" +libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.28.0" libraryDependencies += "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" diff --git a/sbt-web-scalajs-esbuild/src/sbt-test/sbt-web-scalajs-esbuild/basic-project/project/html.sbt b/sbt-web-scalajs-esbuild/src/sbt-test/sbt-web-scalajs-esbuild/basic-project/project/html.sbt index e8bbe74..1c943e9 100644 --- a/sbt-web-scalajs-esbuild/src/sbt-test/sbt-web-scalajs-esbuild/basic-project/project/html.sbt +++ b/sbt-web-scalajs-esbuild/src/sbt-test/sbt-web-scalajs-esbuild/basic-project/project/html.sbt @@ -1,3 +1,3 @@ libraryDependencies += "org.scalatestplus" %% "selenium-4-9" % "3.2.16.0" -libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.27.0" +libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.28.0" libraryDependencies += "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19"