From a4b94312b061a832f134c4c1e1e06cc54d4f3ad3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 20:19:45 +0000 Subject: [PATCH] Update dependency org.junit.platform:junit-platform-launcher to v6 --- integration-tests/osgi/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/osgi/build.gradle.kts b/integration-tests/osgi/build.gradle.kts index 187383a9332..196e0d042d8 100644 --- a/integration-tests/osgi/build.gradle.kts +++ b/integration-tests/osgi/build.gradle.kts @@ -17,7 +17,7 @@ configurations.all { resolutionStrategy { // BND not compatible with JUnit 5.13+; see https://github.com/bndtools/bnd/issues/6651 val junitVersion = "5.12.2" - val junitLauncherVersion = "1.12.1" + val junitLauncherVersion = "6.0.3" force("org.junit.jupiter:junit-jupiter:$junitVersion") force("org.junit.jupiter:junit-jupiter-api:$junitVersion") force("org.junit.jupiter:junit-jupiter-params:$junitVersion")