From 3be07566fb19268714eb1b7b9722a51d49e36168 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:40 +0100 Subject: [PATCH] Upgrade to Flatten Maven Plugin 1.2.4 Closes gh-22459 --- 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 6f683891b7..ca9197fc3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -310,7 +310,7 @@ bom { ] } } - library("Flatten Maven Plugin", "1.2.2") { + library("Flatten Maven Plugin", "1.2.4") { group("org.codehaus.mojo") { plugins = [ "flatten-maven-plugin"