From 7e8319b78c9a04053038902736fb09bb1cfae7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:46:58 +0000 Subject: [PATCH] Bump io.github.mfvanek:pg-index-health-bom from 0.40.0 to 0.41.0 Bumps [io.github.mfvanek:pg-index-health-bom](https://github.com/mfvanek/pg-index-health) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/mfvanek/pg-index-health/releases) - [Commits](https://github.com/mfvanek/pg-index-health/compare/v.0.40.0...v.0.41.0) --- updated-dependencies: - dependency-name: io.github.mfvanek:pg-index-health-bom dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- internal-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal-bom/build.gradle.kts b/internal-bom/build.gradle.kts index de07919..1966ca8 100644 --- a/internal-bom/build.gradle.kts +++ b/internal-bom/build.gradle.kts @@ -12,7 +12,7 @@ javaPlatform { dependencies { api(platform("org.junit:junit-bom:6.0.3")) api(platform("org.testcontainers:testcontainers-bom:2.0.5")) - api(platform("io.github.mfvanek:pg-index-health-bom:0.40.0")) + api(platform("io.github.mfvanek:pg-index-health-bom:0.41.0")) api(platform("org.mockito:mockito-bom:5.23.0")) api(platform("org.assertj:assertj-bom:3.27.7"))