From 93798f1cc7389823b1ddfa17c449fe0e2d6c8cad Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:18:51 +0000 Subject: [PATCH] Upgrade to Liquibase 4.19.0 Closes gh-34091 --- 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 a064645197..77c24ebca1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -765,7 +765,7 @@ bom { ] } } - library("Liquibase", "4.17.2") { + library("Liquibase", "4.19.0") { group("org.liquibase") { modules = [ "liquibase-cdi",