diff --git a/project/depends.scala b/project/depends.scala index 5aa1f33c5..b11eac8b5 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.3" - val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.10.3") + val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.0") val junitTest = libraryDependencies += junitVintage % Test // used in specs2-markdown for the markdown parser