From 27d599b9e2c322c57ca11274ab1ca6dc702be6d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:36 +0100 Subject: [PATCH] Upgrade to Liquibase 4.3.5 Closes gh-26555 --- 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 3ee839b842..25a1dbf921 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1031,7 +1031,7 @@ bom { ] } } - library("Liquibase", "4.3.3") { + library("Liquibase", "4.3.5") { group("org.liquibase") { modules = [ "liquibase-core"