From 9b13b13735a861bf10b2a36efeb9cb3e4c8e5af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:04:39 +0000 Subject: [PATCH] Bump org.liquibase:liquibase-core from 4.19.0 to 4.23.0 Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.19.0 to 4.23.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.19.0...v4.23.0) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f04971..713b8de 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { compileOnly 'org.projectlombok:lombok:1.18.36' implementation 'com.google.code.gson:gson:2.12.1' implementation 'com.bitpay:bitpay_sdk:9.0.2' - implementation 'org.liquibase:liquibase-core:4.31.1' + implementation 'org.liquibase:liquibase-core:4.32.0' implementation 'com.h2database:h2:2.1.214' implementation 'org.springframework:spring-webflux:6.2.5' implementation 'org.springframework:spring-websocket:6.2.5'