From e0f12e319cf70bd6e4ba5ae0593db03f20f20dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:49:45 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.13.4 to 6.0.0 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- engine/build.gradle.kts | 2 +- integrationtest/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index 586e261..7f4d39a 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -79,7 +79,7 @@ dependencies { testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0") } java { diff --git a/integrationtest/build.gradle.kts b/integrationtest/build.gradle.kts index b5eb565..2975e66 100644 --- a/integrationtest/build.gradle.kts +++ b/integrationtest/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { testRuntimeOnly(libs.logback) testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0") } tasks.check.get().shouldRunAfter(project(":engine").tasks.check)