From c7e5517dc7d732596de590f7d863ca517f3d76b7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 09:55:08 +0000 Subject: [PATCH] Upgrade to Maven Assembly Plugin 3.7.1 Closes gh-40018 --- 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 dcbcd7d057..89486442a0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1112,7 +1112,7 @@ bom { ] } } - library("Maven Assembly Plugin", "3.7.0") { + library("Maven Assembly Plugin", "3.7.1") { group("org.apache.maven.plugins") { plugins = [ "maven-assembly-plugin"