From 9b0503e52d00353f8efa534c1a18a37130c171ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:29:37 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.13.4 to 6.0.1 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.4 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] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 5b098551..1bf513a0 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -15,7 +15,7 @@ dependencyResolutionManagement { library("junit", "org.junit.jupiter", "junit-jupiter").versionRef(junit5) library("junit-api", "org.junit.jupiter", "junit-jupiter-api").versionRef(junit5) library("junit-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef(junit5) - library("junit-launcher", "org.junit.platform:junit-platform-launcher:1.13.4") + library("junit-launcher", "org.junit.platform:junit-platform-launcher:6.0.1") library("atrium", "ch.tutteli.atrium:atrium-fluent:1.3.0-alpha-2") library("mockk", "io.mockk:mockk:1.14.7")