From 5752eb9a4056e5ccf1e8decae5f327358960c0bb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Sep 2022 08:30:25 +0200 Subject: [PATCH] Upgrade to Maven Jar Plugin 3.3.0 Closes gh-32456 --- 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 6a7ca6d763..6ea3ba9f37 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -963,7 +963,7 @@ bom { ] } } - library("Maven Jar Plugin", "3.2.2") { + library("Maven Jar Plugin", "3.3.0") { group("org.apache.maven.plugins") { plugins = [ "maven-jar-plugin"