From 7c46b3dd52696969e7187f8135f2f33cd22fb464 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:51 +0100 Subject: [PATCH] Upgrade to Liquibase 3.8.5 Closes gh-20080 --- 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 a9d3ca295f..78c3c07fa8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -981,7 +981,7 @@ bom { ] } } - library("Liquibase", "3.8.2") { + library("Liquibase", "3.8.5") { group("org.liquibase") { modules = [ "liquibase-core" {