From a55cebd9a3e2fccbf9dc1b3a971469b517cdfba2 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 21 Jun 2024 11:44:23 +0200 Subject: [PATCH] Upgrade to Liquibase 4.28.0 Closes gh-41194 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a6045743cc2..ec6d0040c1f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1074,7 +1074,7 @@ bom { releaseNotes("https://github.com/lettuce-io/lettuce-core/releases/tag/{version}") } } - library("Liquibase", "4.27.0") { + library("Liquibase", "4.28.0") { group("org.liquibase") { modules = [ "liquibase-cdi",