From 0369d0c40a63f57108bcf5ac14eda7865cdbcd63 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:13:47 +0100 Subject: [PATCH] Upgrade to Maven Shade Plugin 3.5.1 Closes gh-37778 --- 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 7f4231c041..11c0fa3b14 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -970,7 +970,7 @@ bom { ] } } - library("Maven Shade Plugin", "3.5.0") { + library("Maven Shade Plugin", "3.5.1") { group("org.apache.maven.plugins") { plugins = [ "maven-shade-plugin"