From 352f2eb83c39534a04d0c05930c8c9c0c841c207 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 07:59:30 +0000 Subject: [PATCH] Upgrade to Liquibase 4.26.0 Closes gh-39712 --- 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 d7656d3c00..aaa87a03f2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -831,7 +831,7 @@ bom { ] } } - library("Liquibase", "4.25.1") { + library("Liquibase", "4.26.0") { group("org.liquibase") { modules = [ "liquibase-cdi",