From 411ea2b2f09b9b2712387f47c3f15e6e60cbc5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 15:10:29 +0000 Subject: [PATCH] Bump org.liquibase:liquibase-core from 4.27.0 to 4.29.1 in /backend Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.27.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.27.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] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 9e7a8f29cb..3ae381cc3a 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'io.hypersistence:hypersistence-utils-hibernate-62:3.7.6' // this provides additional types for JsonB and for ListArray types in Postgres - implementation 'org.liquibase:liquibase-core:4.27.0' + implementation 'org.liquibase:liquibase-core:4.29.1' implementation 'org.postgresql:postgresql:42.7.3' // data validation