From 785a8491b87564c99790f5e17dde36e54f20d225 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Jul 2022 11:39:47 +0200 Subject: [PATCH] Upgrade to Liquibase 4.13.0 Closes gh-31762 --- 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 39d4e2731f..b566fb7ed7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -853,7 +853,7 @@ bom { ] } } - library("Liquibase", "4.12.0") { + library("Liquibase", "4.13.0") { group("org.liquibase") { modules = [ "liquibase-cdi",