From 5117a6ac6fce5371e85302c80df5cb32f5377613 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 20:09:51 +0000 Subject: [PATCH] Upgrade to Maven Shade Plugin 3.2.2 Closes gh-20486 --- 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 042d7f59db3..eca14e0fdbe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1154,7 +1154,7 @@ bom { ] } } - library("Maven Shade Plugin", "3.2.1") { + library("Maven Shade Plugin", "3.2.2") { group("org.apache.maven.plugins") { plugins = [ "maven-shade-plugin"