From 9de583d9389be9ea0e916c4d0ea483e5664f4eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:42:34 +0000 Subject: [PATCH] Bump io.github.mfvanek:pg-index-health-bom from 0.41.0 to 0.41.1 Bumps [io.github.mfvanek:pg-index-health-bom](https://github.com/mfvanek/pg-index-health) from 0.41.0 to 0.41.1. - [Release notes](https://github.com/mfvanek/pg-index-health/releases) - [Commits](https://github.com/mfvanek/pg-index-health/compare/v.0.41.0...v.0.41.1) --- updated-dependencies: - dependency-name: io.github.mfvanek:pg-index-health-bom dependency-version: 0.41.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 6ce278f..b7ad654 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.1.0")) api(platform("org.testcontainers:testcontainers-bom:2.0.5")) - api(platform("io.github.mfvanek:pg-index-health-bom:0.41.0")) + api(platform("io.github.mfvanek:pg-index-health-bom:0.41.1")) api(platform("org.mockito:mockito-bom:5.23.0")) api(platform("org.assertj:assertj-bom:3.27.7"))