From cb1db78c37bd9b007d9897bf85c73f764d5c0159 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 13:51:23 +0100 Subject: [PATCH] Upgrade to Maven Jar Plugin 3.2.2 Closes gh-29340 --- 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 8ef9e42e86..0cd6e619c3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1164,7 +1164,7 @@ bom { ] } } - library("Maven Jar Plugin", "3.2.0") { + library("Maven Jar Plugin", "3.2.2") { group("org.apache.maven.plugins") { plugins = [ "maven-jar-plugin"