From 6a3edd56f7856d2a95de3937734524dbf1bdb68b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:45:51 +0200 Subject: [PATCH] Update junit-platform-engine to 1.11.3 (#1281) --- project/depends.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/depends.scala b/project/depends.scala index 5470de270..ea4b6d992 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.11.2" - val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.2") + val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.3") val junitTest = libraryDependencies += junitVintage % Test // used in specs2-markdown for the markdown parser