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