From 4d51a16b11ab4c6576c7ca0fc209614d45830cc9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 13 Feb 2020 14:02:32 +0100 Subject: [PATCH] Upgrade to Liquibase 3.8.6 Closes gh-20165 --- 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 d041ae366fe..432f6ca5de9 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.5") { + library("Liquibase", "3.8.6") { group("org.liquibase") { modules = [ "liquibase-core" {