From fb30974386a342f141b7c4610a14b2a685c4823c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:54:13 +0100 Subject: [PATCH] Bump org.liquibase:liquibase-core from 4.29.1 to 4.29.2 in /db-connector (#810) Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.29.1 to 4.29.2. - [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.29.1...v4.29.2) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- db-connector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-connector/build.gradle b/db-connector/build.gradle index a984746d2..37b13e0c2 100644 --- a/db-connector/build.gradle +++ b/db-connector/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'org.jdbi:jdbi3-sqlobject:3.45.4' implementation 'org.jdbi:jdbi3-postgres:3.45.4' - liquibaseRuntime 'org.liquibase:liquibase-core:4.29.1' + liquibaseRuntime 'org.liquibase:liquibase-core:4.29.2' liquibaseRuntime 'org.liquibase:liquibase-groovy-dsl:3.0.3' liquibaseRuntime 'info.picocli:picocli:4.7.6' liquibaseRuntime 'org.postgresql:postgresql:42.7.4'