From 23d3b0f8ea7de89a808b96b55c156206c3a276fc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Jan 2022 08:37:15 +0100 Subject: [PATCH] Upgrade to Liquibase 4.7.0 Closes gh-29471 --- 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 adaf7b14aa..f6e161ccd5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1070,7 +1070,7 @@ bom { ] } } - library("Liquibase", "4.6.2") { + library("Liquibase", "4.7.0") { group("org.liquibase") { modules = [ "liquibase-core"