From f36d4c295b183f20bb4a44f9415032ed5ba99f61 Mon Sep 17 00:00:00 2001 From: Orbeon Date: Sun, 10 Sep 2023 00:18:16 +0000 Subject: [PATCH] Update junit-4-12 to 3.2.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e8ba91cd116..cfd31b92ec9 100644 --- a/build.sbt +++ b/build.sbt @@ -395,7 +395,7 @@ lazy val commonSettings = Seq( lazy val commonScalaJvmSettings = Seq( libraryDependencies ++= Seq( - "org.scalatestplus" %%% "junit-4-12" % "3.2.2.0" % Test, + "org.scalatestplus" %%% "junit-4-13" % "3.2.17.0" % Test, "org.scalatestplus" %%% "mockito-1-10" % "3.1.0.0" % Test, "org.scalatestplus" %%% "selenium-3-141" % "3.2.10.0" % Test )