From cbcc5ac967b2c9469f7d72d3cb17dff256f43db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:54:55 +0000 Subject: [PATCH] Bump org.liquibase:liquibase-core from 4.30.0 to 4.31.0 Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.30.0 to 4.31.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.30.0...v4.31.0) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 e7056b8d..9aa070e3 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.14.4")) constraints { - api("org.liquibase:liquibase-core:4.30.0") + api("org.liquibase:liquibase-core:4.31.0") api("com.github.blagerweij:liquibase-sessionlock:1.6.9") api("org.awaitility:awaitility:4.2.2") api("com.zaxxer:HikariCP:6.2.1")