From 5efe25c785c832e82de8968ea8363e4e74977a95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 04:29:55 +0000 Subject: [PATCH 1/2] chore(deps): update dependency org.junit:junit-bom to v6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 57d44ed1dbd7f75f0fbdff0a461c678ffc061f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Jourdan-Weil?= Date: Fri, 17 Oct 2025 18:32:23 +0200 Subject: [PATCH 2/2] upgrade sbt junit plugin as well --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")