From d849cdf9cb9d256a49458bf12187eb25d7491356 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Sep 2022 14:19:09 -0700 Subject: [PATCH] Upgrade to Liquibase 4.16.1 Closes gh-32450 --- 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 76620417b6..05300cda89 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -845,7 +845,7 @@ bom { ] } } - library("Liquibase", "4.16.0") { + library("Liquibase", "4.16.1") { group("org.liquibase") { modules = [ "liquibase-cdi",