From 5bb661c95f1bd9a9bc8ba763bc28f35186fda24b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:25 +0100 Subject: [PATCH] Upgrade to Liquibase 3.10.0 Closes gh-21963 --- 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 a3c1fd710f6..6c7f123b60b 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.9") { + library("Liquibase", "3.10.0") { group("org.liquibase") { modules = [ "liquibase-core" {