From df02ec88f50d66913a6bd04eb63be2c0014aacb6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 17:15:07 +0100 Subject: [PATCH] Upgrade to Liquibase 4.17.0 Closes gh-32709 --- 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 50698b197cf..1f103b33b78 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -859,7 +859,7 @@ bom { ] } } - library("Liquibase", "4.16.1") { + library("Liquibase", "4.17.0") { group("org.liquibase") { modules = [ "liquibase-cdi",