From d29ca237b5dd352d6491eb8867e2a3d14cd3aad8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 20:09:49 +0000 Subject: [PATCH] Upgrade to Flatten Maven Plugin 1.2.1 Closes gh-20485 --- 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 fae45f9f41..042d7f59db 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -317,7 +317,7 @@ bom { ] } } - library("Flatten Maven Plugin", "1.1.0") { + library("Flatten Maven Plugin", "1.2.1") { group("org.codehaus.mojo") { plugins = [ "flatten-maven-plugin"