From 1b0696613081cc0e9f5f9c6a1762c406d979a2ae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 15:34:31 +0200 Subject: [PATCH] Upgrade to Maven Assembly Plugin 3.4.2 Closes gh-32356 --- 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 ff3d516936..c017819901 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -893,7 +893,7 @@ bom { ] } } - library("Maven Assembly Plugin", "3.4.1") { + library("Maven Assembly Plugin", "3.4.2") { group("org.apache.maven.plugins") { plugins = [ "maven-assembly-plugin"