From bedb2b2baac66e6ed182a64f82d048cbaacea86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:20:33 +0000 Subject: [PATCH] Bump org.liquibase:liquibase-core from 4.28.0 to 4.29.1 Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.28.0 to 4.29.1. - [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.28.0...v4.29.1) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 3021ee5..b0f43b4 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -27,7 +27,7 @@ dependencyResolutionManagement { library("jackson-kotlin", "com.fasterxml.jackson.module", "jackson-module-kotlin").versionRef(jackson) library("hikari", "com.zaxxer:HikariCP:5.1.0") - library("liquibase-core", "org.liquibase:liquibase-core:4.28.0") + library("liquibase-core", "org.liquibase:liquibase-core:4.29.1") library("postgresql", "org.postgresql:postgresql:42.7.3") } }