From b2c98a028e3af3b0a03e31294d414a35ca0576c6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:32:57 +0000 Subject: [PATCH] Upgrade to Liquibase 4.25.1 Closes gh-39014 --- 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 15dc8a62f0..ad55b5520c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -828,7 +828,7 @@ bom { ] } } - library("Liquibase", "4.24.0") { + library("Liquibase", "4.25.1") { group("org.liquibase") { modules = [ "liquibase-cdi",