From 891c9614079b994453f90d2e91210df60c19ec81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:02:32 +0000 Subject: [PATCH] Bump io.github.mfvanek:pg-index-health-bom from 0.20.2 to 0.20.3 Bumps [io.github.mfvanek:pg-index-health-bom](https://github.com/mfvanek/pg-index-health) from 0.20.2 to 0.20.3. - [Release notes](https://github.com/mfvanek/pg-index-health/releases) - [Commits](https://github.com/mfvanek/pg-index-health/compare/v.0.20.2...v.0.20.3) --- updated-dependencies: - dependency-name: io.github.mfvanek:pg-index-health-bom dependency-version: 0.20.3 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 89b72d4..7e67dfc 100644 --- a/common-internal-bom/build.gradle.kts +++ b/common-internal-bom/build.gradle.kts @@ -19,7 +19,7 @@ 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("io.github.mfvanek:pg-index-health-bom:0.20.2")) + api(platform("io.github.mfvanek:pg-index-health-bom:0.20.3")) constraints { api("org.liquibase:liquibase-core:4.33.0")