From 16bb543c1671fdb6f15ecaa6b553bd47aeae72ab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Sep 2022 09:39:01 +0200 Subject: [PATCH] Upgrade to Maven Shade Plugin 3.4.0 Closes gh-32384 --- 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 bbf784c7fa3..e3be7eb341d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -984,7 +984,7 @@ bom { ] } } - library("Maven Shade Plugin", "3.3.0") { + library("Maven Shade Plugin", "3.4.0") { group("org.apache.maven.plugins") { plugins = [ "maven-shade-plugin"