From fe966bc24e8ef42ee7fb5f5f6102c4492700f699 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Apr 2022 10:49:32 +0200 Subject: [PATCH] Upgrade to Liquibase 4.9.1 Closes gh-30720 --- 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 1aa69f1b2a7..b4c51f68dd8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1112,7 +1112,7 @@ bom { ] } } - library("Liquibase", "4.9.0") { + library("Liquibase", "4.9.1") { group("org.liquibase") { modules = [ "liquibase-cdi",