From 1202858469ca1e31aac122378ccf2dfd7cc852ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 09:28:38 +0000 Subject: [PATCH] chore(deps): bump jupiterLauncherVersion from 6.0.3 to 6.1.0 Bumps `jupiterLauncherVersion` from 6.0.3 to 6.1.0. Updates `org.junit.platform:junit-platform-commons` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) Updates `org.junit.platform:junit-platform-launcher` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 56fbe5e1b4..3d56a753b2 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { jmhLibVersion = "1.37" guavaVersion = "33.6.0-jre" jupiterVersion = "6.0.3" - jupiterLauncherVersion = "6.0.3" + jupiterLauncherVersion = "6.1.0" } def releaseTag = System.getenv("BUILD_TAG")