From e529f9474fed91ef1e509c785588d7e87d7ff0a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:14:20 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 6.0.0 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.12.2 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- htmlSanityCheck-maven-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlSanityCheck-maven-plugin/build.gradle b/htmlSanityCheck-maven-plugin/build.gradle index 80e4741a..71db9e70 100644 --- a/htmlSanityCheck-maven-plugin/build.gradle +++ b/htmlSanityCheck-maven-plugin/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation("org.apache.maven.plugin-tools:maven-plugin-annotations:${mavenPluginToolsVersion}") testImplementation libs.junit.jupiter - testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.12.2" + testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.0" // Explicit Launcher Version to override Gradle default testImplementation 'org.assertj:assertj-core:3.27.6' }