From bcbc747466ccedf6aac1256c74f0f9db6d1a04cf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Oct 2021 13:39:21 +0100 Subject: [PATCH] Upgrade to Liquibase 4.5.0 Closes gh-28299 --- 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 8259031daa..c9b6ac8e23 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1043,7 +1043,7 @@ bom { ] } } - library("Liquibase", "4.4.3") { + library("Liquibase", "4.5.0") { group("org.liquibase") { modules = [ "liquibase-core"