From cef86fc3d4dfd4aa0b23b4b5dbea2455649b143d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:41:31 +0000 Subject: [PATCH] Bump junitVersion from 6.1.2 to 6.1.3 in /Plan Bumps `junitVersion` from 6.1.2 to 6.1.3. 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) Updates `org.junit.jupiter:junit-jupiter` 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-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index fc1b6af7c2..f15c0b6b50 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -86,7 +86,7 @@ subprojects { placeholderapiVersion = "2.11.5" nkPlaceholderapiVersion = "1.4-SNAPSHOT" - junitVersion = "6.1.2" + junitVersion = "6.1.3" mockitoVersion = "5.23.0" seleniumVersion = "4.46.0" testContainersVersion = "1.21.4"