From fb3007b329341892c1b8e2fa342ed78440e30662 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:24:45 +0100 Subject: [PATCH] Update junit-vintage-engine to 5.10.2 (#1220) 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 4ccc5a45c..bec857155 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.2.0" // used in specs2-junit - val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.10.1" + val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.10.2" val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.10.2") val junitTest = libraryDependencies += junitVintage % Test