From 3173f3e1acfa1fed1fdaacdb6b5d949ec13a3534 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Nov 2022 16:22:06 +0000 Subject: [PATCH] Upgrade to Liquibase 4.17.2 Closes gh-33007 --- 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 f8c20f993ab..88cad65c0f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -850,7 +850,7 @@ bom { ] } } - library("Liquibase", "4.17.1") { + library("Liquibase", "4.17.2") { group("org.liquibase") { modules = [ "liquibase-cdi",