From 0e8cf2e19746093c7d53e40a3e6722703f05e9ad Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:47:18 +0100 Subject: [PATCH] Upgrade to Maven Assembly Plugin 3.4.1 Closes gh-31645 --- 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 abd31a12a5..13c4a6af7e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -891,7 +891,7 @@ bom { ] } } - library("Maven Assembly Plugin", "3.4.0") { + library("Maven Assembly Plugin", "3.4.1") { group("org.apache.maven.plugins") { plugins = [ "maven-assembly-plugin"