From b61e0c223bbe2508f8f4c666dc966e5a9a190b25 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:41:02 +0100 Subject: [PATCH] Upgrade to Liquibase 3.8.8 Closes gh-20774 --- 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 0da0efd05e..8f5215dcda 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1014,7 +1014,7 @@ bom { ] } } - library("Liquibase", "3.8.7") { + library("Liquibase", "3.8.8") { group("org.liquibase") { modules = [ "liquibase-core" {