From b56026fd75be0606a0315a43b5d87eae9737d880 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 1 Nov 2022 19:55:12 +0000 Subject: [PATCH] Upgrade to Maven Shade Plugin 3.4.1 Closes gh-32964 --- 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 6203c2e96a..98a1956998 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -998,7 +998,7 @@ bom { ] } } - library("Maven Shade Plugin", "3.4.0") { + library("Maven Shade Plugin", "3.4.1") { group("org.apache.maven.plugins") { plugins = [ "maven-shade-plugin"