From df12acbc25b374dbeb36fff84fede21b46439ce8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 29 Sep 2024 21:58:59 +0200 Subject: [PATCH] Update junit-4-13 to 3.2.19.0 (#420) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7c5dc821..47bfa731 100644 --- a/build.sbt +++ b/build.sbt @@ -187,7 +187,7 @@ val coreTestSources = unmanagedSourceDirectories in Test := { lazy val commonDependencies = Seq( "org.scalatest" %% "scalatest" % "3.2.17", "org.scalatestplus" %% "scalacheck-1-15" % "3.2.3.0", - "org.scalatestplus" %% "junit-4-13" % "3.2.17.0", + "org.scalatestplus" %% "junit-4-13" % "3.2.19.0", "org.scalacheck" %% "scalacheck" % "1.15.2", "junit" % "junit" % "4.13.2", "org.eclipse.jetty" % "jetty-util" % "9.4.51.v20230217",