From caa21b0fbe747a738dd6da964d68aecfe7cb2346 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:28:12 +0200 Subject: [PATCH] Upgrade to Flatten Maven Plugin 1.2.7 Closes gh-26094 --- 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 3c8d2866c6f..bbfd0d00fea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -314,7 +314,7 @@ bom { ] } } - library("Flatten Maven Plugin", "1.2.5") { + library("Flatten Maven Plugin", "1.2.7") { group("org.codehaus.mojo") { plugins = [ "flatten-maven-plugin"