From f82aa342116ae5f14669628ff02f80e2f615e112 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 15:50:47 +0100 Subject: [PATCH] Upgrade to Maven Shade Plugin 3.5.3 Closes gh-40750 --- 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 b992dcfdfa56..2006a62d4bbd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1211,7 +1211,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"