From fb67ee63adc716680a34d4027728abe2a853dbde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:22:43 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher in the junit group Bumps the junit group with 1 update: [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.junit.platform:junit-platform-launcher` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a12a0fb..91a5002 100644 --- a/build.gradle +++ b/build.gradle @@ -129,7 +129,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.4' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.4' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.0' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.1' testImplementation 'org.mockito:mockito-core:5.23.0' }