From 8ced701fdab3eea420a58397b35614d700f855ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 10:03:18 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 6.0.0-RC3 to 6.0.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.0-RC3 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0-RC3...r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-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 b4b2fd76e0..4aa1d994c4 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ ext { jackson3Version = '3.0.0-rc10' jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2' - junitJupiterVersion = '6.0.0-RC3' + junitJupiterVersion = '6.0.0' kafkaVersion = '4.1.0' kotlinCoroutinesVersion = '1.10.2' log4jVersion = '2.25.2'