From f720eaad78a7de77c3ee9df5f438e1fc36f30ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:13:01 +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.2 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.3 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 c7d8289f..7840644a 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.2' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.3' } javadoc {