From 13ae79bd8227e01dcc52ce1e2cabd5d4f0342dfb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 14:41:47 +0000 Subject: [PATCH] Upgrade to Maven Assembly Plugin 3.5.0 Closes gh-34350 --- 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 d661da2b3e9..55e91e6d5a0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -813,7 +813,7 @@ bom { ] } } - library("Maven Assembly Plugin", "3.4.2") { + library("Maven Assembly Plugin", "3.5.0") { group("org.apache.maven.plugins") { plugins = [ "maven-assembly-plugin"