From dcea38bc8b98321abf598b9dea473007f26e095f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 17:36:53 +0000 Subject: [PATCH] Bump io.github.mfvanek:pg-index-health-bom from 0.14.5 to 0.14.6 Bumps [io.github.mfvanek:pg-index-health-bom](https://github.com/mfvanek/pg-index-health) from 0.14.5 to 0.14.6. - [Release notes](https://github.com/mfvanek/pg-index-health/releases) - [Commits](https://github.com/mfvanek/pg-index-health/compare/v.0.14.5...v.0.14.6) --- updated-dependencies: - dependency-name: io.github.mfvanek:pg-index-health-bom dependency-version: 0.14.6 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 885c9193..6552ecd4 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.3")) api(platform("org.testcontainers:testcontainers-bom:1.20.6")) api(platform("org.junit:junit-bom:5.12.2")) - api(platform("io.github.mfvanek:pg-index-health-bom:0.14.5")) + api(platform("io.github.mfvanek:pg-index-health-bom:0.14.6")) constraints { api("org.liquibase:liquibase-core:4.31.1")