From 6b3459f85b84bd1138fce50ff5af56c7204fe849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 12:03:30 +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 6.0.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 85ea624..8e25e9f 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { testImplementation("com.squareup.okhttp3:mockwebserver:5.3.2") // Source: https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3") - testImplementation("org.junit.platform:junit-platform-launcher:6.0.3") + testImplementation("org.junit.platform:junit-platform-launcher:6.1.0") testImplementation("org.mockito:mockito-core:5.23.0") }