From 6843b424f3676b0f4f092f960120c96eef819544 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:38 +0200 Subject: [PATCH] Upgrade to Liquibase 3.8.9 Closes gh-21243 --- 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 918363e6c6..4bef15dfd5 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.8") { + library("Liquibase", "3.8.9") { group("org.liquibase") { modules = [ "liquibase-core" {