From f4f77ee6a1f1b8769839722c4b20d2a1c21fd2ff Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:46:21 +0200 Subject: [PATCH] Update junit-vintage-engine to 5.11.3 (#1282) Co-authored-by: Eric Torreborre --- project/depends.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/depends.scala b/project/depends.scala index ea4b6d992..292b15a3d 100644 --- a/project/depends.scala +++ b/project/depends.scala @@ -22,7 +22,7 @@ object depends { val scalaXml = libraryDependencies += "org.scala-lang.modules" %%% "scala-xml" % "2.3.0" // used in specs2-junit - val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.11.2" + val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.11.3" val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.3") val junitTest = libraryDependencies += junitVintage % Test