From 8ddafe46f9c491956b8c8b91ed0049cfa130dc31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:34:03 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.13.4 to 6.0.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...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-major ... Signed-off-by: dependabot[bot] --- common-internal-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-internal-bom/build.gradle.kts b/common-internal-bom/build.gradle.kts index 6fff24e..b46b5a8 100644 --- a/common-internal-bom/build.gradle.kts +++ b/common-internal-bom/build.gradle.kts @@ -18,7 +18,7 @@ javaPlatform { dependencies { api(platform("org.assertj:assertj-bom:3.27.6")) api(platform("org.testcontainers:testcontainers-bom:1.21.3")) - api(platform("org.junit:junit-bom:5.13.4")) + api(platform("org.junit:junit-bom:6.0.0")) api(platform("io.github.mfvanek:pg-index-health-bom:0.20.3")) constraints {