From cf3ceda0193af896d7115dd1be87d82fdb7f5691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:54:47 +0000 Subject: [PATCH] Bump org.liquibase:liquibase-core from 4.33.0 to 5.0.0 Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.33.0 to 5.0.0. - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt) - [Commits](https://github.com/liquibase/liquibase/compare/v4.33.0...v5.0.0) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 7e67dfc..6fff24e 100644 --- a/common-internal-bom/build.gradle.kts +++ b/common-internal-bom/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { api(platform("io.github.mfvanek:pg-index-health-bom:0.20.3")) constraints { - api("org.liquibase:liquibase-core:4.33.0") + api("org.liquibase:liquibase-core:5.0.0") api("com.github.blagerweij:liquibase-sessionlock:1.6.9") api("org.awaitility:awaitility:4.3.0") api("com.zaxxer:HikariCP:7.0.2")