From 0740fadb20a2d45840c02344a4918fd8c8c613ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 10:10:09 +0200 Subject: [PATCH] Upgrade to Liquibase 4.4.1 Closes gh-27291 --- 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 739d1d12df..e0a25d616f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1038,7 +1038,7 @@ bom { ] } } - library("Liquibase", "4.3.5") { + library("Liquibase", "4.4.1") { group("org.liquibase") { modules = [ "liquibase-core"