From fe1962ad752115a5cc42eb50a3e911daf1b8515e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:21 +0200 Subject: [PATCH] Upgrade to Flatten Maven Plugin 1.2.2 Closes gh-21229 --- 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 5dac268c1e..d97cd65808 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.1") { + library("Flatten Maven Plugin", "1.2.2") { group("org.codehaus.mojo") { plugins = [ "flatten-maven-plugin"