From 5f801ae0d76a2ea72eb3a15705db00a6ab4e6350 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Aug 2021 09:14:42 +0200 Subject: [PATCH] Upgrade to Liquibase 4.4.3 Closes gh-27713 --- 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 3c5a1e07137..9956159e979 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1042,7 +1042,7 @@ bom { ] } } - library("Liquibase", "4.4.1") { + library("Liquibase", "4.4.3") { group("org.liquibase") { modules = [ "liquibase-core"