From 36a898a4119c443c3e44ffdd049fb48194368659 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 12:51:48 +0000 Subject: [PATCH] Upgrade to Liquibase 4.3.1 Closes gh-25330 --- 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 caf11f5065..dbbcf78c30 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1009,7 +1009,7 @@ bom { ] } } - library("Liquibase", "4.3.0") { + library("Liquibase", "4.3.1") { group("org.liquibase") { modules = [ "liquibase-core"