From 430ca488e56a510d1e952e37a4616ee6ed20cd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:35:24 +0000 Subject: [PATCH] chore: Bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.9.1 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] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0a991d7a5..c6fc5ba7f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -267,8 +267,8 @@ dependencies { testImplementation("org.junit.platform:junit-platform-commons:1.10.2") testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2") testImplementation("org.junit.platform:junit-platform-engine:1.10.0") - testImplementation("org.junit.platform:junit-platform-launcher:1.9.1") - testImplementation("org.junit.platform:junit-platform-suite-engine:1.9.1") + testImplementation("org.junit.platform:junit-platform-launcher:6.0.0") + testImplementation("org.junit.platform:junit-platform-suite-engine:6.0.0") testImplementation("org.mockito:mockito-inline:4.8.0") testImplementation("org.hamcrest:hamcrest:2.2") testImplementation("org.testcontainers:testcontainers:1.18.3")