diff --git a/build.sbt b/build.sbt index 6b24c995..ce5b185a 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ val junit4Version = "4.13.2" // BOMs -lazy val junitBom = Bom("org.junit" % "junit-bom" % "5.13.4") +lazy val junitBom = Bom("org.junit" % "junit-bom" % "6.0.0") // Projects and settings diff --git a/project/plugins.sbt b/project/plugins.sbt index 1b98320e..878f5231 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,7 +15,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") // Junit 5 -addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.15.1") +addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.17.0") // Usage of BOMs addSbtPlugin("com.here.platform" % "sbt-bom" % "1.0.29")