From d39da693a7fa9aac70e4e4c6dfc25d78dd4d9056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:17:06 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.11.2 to 5.11.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... 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 295431c9..6004f06c 100644 --- a/common-internal-bom/build.gradle.kts +++ b/common-internal-bom/build.gradle.kts @@ -11,7 +11,7 @@ javaPlatform { dependencies { api(platform("org.assertj:assertj-bom:3.26.3")) api(platform("org.testcontainers:testcontainers-bom:1.20.2")) - api(platform("org.junit:junit-bom:5.11.2")) + api(platform("org.junit:junit-bom:5.11.3")) api(platform("io.github.mfvanek:pg-index-health-bom:0.13.1")) constraints {