From 55aac2df0ab59fa8089374b974c0259037d45eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:49:56 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.14.3 to 6.1.0 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.14.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/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-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b35fb2a4..85a166d6 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.4' testImplementation 'org.mockito:mockito-core:5.23.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.4' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.0' } javadoc {