From fa68cc4ee5335eaf7a7c14c4ed544328d6c6317a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:24:06 +0000 Subject: [PATCH] Upgrade to Liquibase 3.8.7 Closes gh-20457 --- 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 69da3c9e22..fc343f00c9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1012,7 +1012,7 @@ bom { ] } } - library("Liquibase", "3.8.6") { + library("Liquibase", "3.8.7") { group("org.liquibase") { modules = [ "liquibase-core" {