From b591f531d8965e03d0daff4e75645fc07e91244e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:13:48 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher Bumps the gradle-minor-patch 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.1 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d126f4e1..8085c940 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.1' testImplementation 'org.mockito:mockito-core:5.23.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.1.1' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.1' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.2' } javadoc {