From dda46fbe2b4664c2bf871730aaa9acba46770491 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Jan 2022 09:14:57 +0100 Subject: [PATCH] Upgrade to Liquibase 4.6.2 Closes gh-29257 --- 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 12c9937bce6..9826823c779 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1069,7 +1069,7 @@ bom { ] } } - library("Liquibase", "4.5.0") { + library("Liquibase", "4.6.2") { group("org.liquibase") { modules = [ "liquibase-core"