From 72467e12febd55f1a7900f8a120d9dd14ee0605d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 14:39:48 +0000 Subject: [PATCH] Update junit-platform-engine to 1.11.1 --- project/depends.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/depends.scala b/project/depends.scala index ed35013c6..abbf1c6b6 100644 --- a/project/depends.scala +++ b/project/depends.scala @@ -23,7 +23,7 @@ object depends { // used in specs2-junit val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.10.4" - val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.0") + val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.1") val junitTest = libraryDependencies += junitVintage % Test // used in specs2-markdown for the markdown parser