diff --git a/project/depends.scala b/project/depends.scala index 03853ef8f..4ccc5a45c 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.1" - val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.10.1") + val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.10.2") val junitTest = libraryDependencies += junitVintage % Test // used in specs2-markdown for the markdown parser