From 683a7a851fb889e21d0deaf960dea6c9e1059d48 Mon Sep 17 00:00:00 2001 From: anshlykov Date: Sun, 5 Jul 2020 10:33:17 +0300 Subject: [PATCH] Update to Maven Shade Plugin 3.2.4 See gh-22227 --- spring-boot-project/spring-boot-dependencies/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 00b63f6d25f7..7d612dde9309 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1133,10 +1133,7 @@ bom { ] } } - library("Maven Shade Plugin", "3.2.2") { - prohibit("3.2.3") { - because "https://github.com/spring-projects/spring-boot/issues/21128" - } + library("Maven Shade Plugin", "3.2.4") { group("org.apache.maven.plugins") { plugins = [ "maven-shade-plugin"