From 7bfc1314f9255d8531f93d03726e942c70d66a28 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 10:09:33 +0100 Subject: [PATCH] Upgrade to Liquibase 4.12.0 Closes gh-31588 --- 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 7ffe4c9952d..e1b8677bd65 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -843,7 +843,7 @@ bom { ] } } - library("Liquibase", "4.10.0") { + library("Liquibase", "4.12.0") { group("org.liquibase") { modules = [ "liquibase-cdi",