From 90c2bf192e8db76436df6922c21d3205ed363618 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Feb 2022 08:28:30 +0100 Subject: [PATCH] Upgrade to Liquibase 4.8.0 Closes gh-29987 --- 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 614542e779..32f93a82c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1075,7 +1075,7 @@ bom { ] } } - library("Liquibase", "4.7.1") { + library("Liquibase", "4.8.0") { group("org.liquibase") { modules = [ "liquibase-cdi",