Skip to content

Commit 4cf0a5d

Browse files
committed
Update selenium-java to 4.47.0
1 parent ed7dbe5 commit 4cf0a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ lazy val `workflows4s-example` = (project in file("workflows4s-example"))
231231
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test,
232232
"org.postgresql" % "postgresql" % "42.7.13" % Test,
233233
"org.xerial" % "sqlite-jdbc" % "3.53.2.1" % Test,
234-
"org.seleniumhq.selenium" % "selenium-java" % "4.46.0" % Test,
234+
"org.seleniumhq.selenium" % "selenium-java" % "4.47.0" % Test,
235235
"org.seleniumhq.selenium" % "selenium-chrome-driver" % "4.47.0" % Test,
236236
),
237237
Test / parallelExecution := false, // otherwise akka clusters clash

0 commit comments

Comments
 (0)