From 5651a30f8445a037f74d8f32dcabbf299a0a53bb Mon Sep 17 00:00:00 2001 From: Orbeon Date: Sun, 18 Jun 2023 00:22:22 +0000 Subject: [PATCH] Update junit-4-12 to 3.2.16.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 47596cd37e1..9a6df8bf54f 100644 --- a/build.sbt +++ b/build.sbt @@ -396,7 +396,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.16.0" % Test, "org.scalatestplus" %%% "mockito-1-10" % "3.1.0.0" % Test, "org.scalatestplus" %%% "selenium-3-141" % "3.2.10.0" % Test )