From a59493afcd614086c267cbca4279395f36e5f3d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 08:07:53 +0000 Subject: [PATCH] Bump org.liquibase:liquibase-core from 4.31.1 to 5.0.2 Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.31.1 to 5.0.2. - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/main/changelog.txt) - [Commits](https://github.com/liquibase/liquibase/compare/v4.31.1...v5.0.2) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 68f4cd1..cbcca76 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { compileOnly 'org.projectlombok:lombok:1.18.44' implementation 'com.google.code.gson:gson:2.13.2' implementation 'com.bitpay:bitpay_sdk:10.3.0' - implementation 'org.liquibase:liquibase-core:4.31.1' + implementation 'org.liquibase:liquibase-core:5.0.2' implementation 'com.h2database:h2:2.1.214' implementation 'org.springframework:spring-webflux:7.0.6' implementation 'org.springframework:spring-websocket:7.0.6'