From 1f0b5fba4d0d6d95e4f1bb3bbc523c444452d531 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 13:33:33 +0100 Subject: [PATCH] Upgrade to Maven Shade Plugin 3.5.3 Closes gh-40729 --- 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 a5ea8c7ebb..e1a76b3247 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -967,7 +967,7 @@ bom { ] } } - library("Maven Shade Plugin", "3.5.2") { + library("Maven Shade Plugin", "3.5.3") { group("org.apache.maven.plugins") { plugins = [ "maven-shade-plugin"