From bf2e8b7f7b169cf72c19bd5d7901efdc75e161ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 1 Nov 2022 19:55:09 +0000 Subject: [PATCH] Upgrade to Liquibase 4.17.1 Closes gh-32963 --- 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 fd2efcc006..6203c2e96a 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.17.0") { + library("Liquibase", "4.17.1") { group("org.liquibase") { modules = [ "liquibase-cdi",