From 894f4904dd9d6c8872d899aafdf1f36c479940c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 13:05:51 +0100 Subject: [PATCH] Upgrade to Maven Shade Plugin 3.6.0 Closes gh-41417 --- 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 47c25fcd80..daba0a3ca5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1236,7 +1236,7 @@ bom { ] } } - library("Maven Shade Plugin", "3.5.3") { + library("Maven Shade Plugin", "3.6.0") { group("org.apache.maven.plugins") { plugins = [ "maven-shade-plugin"