From b204736f35332b81e8a1d91cfffe55d669df54cb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:22 +0100 Subject: [PATCH] Upgrade to Liquibase 3.10.2 Closes gh-22806 --- 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 dabb308d26e..037fe16cc46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -937,7 +937,7 @@ bom { ] } } - library("Liquibase", "3.10.0") { + library("Liquibase", "3.10.2") { group("org.liquibase") { modules = [ "liquibase-core" {