From 2fa921c010a4e53dcc7f3714fb54c1a7a76f7f69 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 21:05:24 +0000 Subject: [PATCH] Upgrade to Maven Shade Plugin 3.5.2 Closes gh-39670 --- 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 c74f0a23628..a10880860ea 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.1") { + library("Maven Shade Plugin", "3.5.2") { group("org.apache.maven.plugins") { plugins = [ "maven-shade-plugin"