From e7988de2e9f1c89d5431df604576c245de27b2b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:22 +0200 Subject: [PATCH] Upgrade to Liquibase 4.3.3 Closes gh-26060 --- 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 ce5b48b914..4417a4d14a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1028,7 +1028,7 @@ bom { ] } } - library("Liquibase", "4.3.1") { + library("Liquibase", "4.3.3") { group("org.liquibase") { modules = [ "liquibase-core"