From 1a3a1e04db8029a41f6dd6b53d73019a89596046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:03:38 +0000 Subject: [PATCH] Bump junitVersion from 5.13.4 to 6.0.2 Bumps `junitVersion` from 5.13.4 to 6.0.2. Updates `org.junit:junit-bom` from 5.13.4 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.2) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dee1bc726ab..108ecdc2108 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ subprojects { commonsCompressVersion = '1.28.0' commonsIoVersion = '2.21.0' commonsMathVersion = '3.6.1' - junitVersion = '5.13.4' + junitVersion = '6.0.2' log4jVersion = '2.25.3' mockitoVersion = '5.21.0' hamcrestVersion = '3.0'