From ea16797f73ea922a7065c3788a3f03ddc60b00f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 03:43:39 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher in /core Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.11.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.1) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- core/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index da9ec1f2a44..2ce5a78ea58 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -98,7 +98,7 @@ dependencies { shaded 'org.zeroturnaround:zt-exec:1.12' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation('com.google.cloud.tools:jib-core:0.27.3') { @@ -120,7 +120,7 @@ dependencies { jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}" jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}" - jarFileTestRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' + jarFileTestRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' jarFileTestImplementation 'org.assertj:assertj-core:3.27.6' jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'