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",