From e14c13c75f6a4695c32a2261c7188be611a7f399 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jan 2022 14:33:52 +0100 Subject: [PATCH] Upgrade to Maven Jar Plugin 3.2.2 Closes gh-29349 --- 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 b80067942e2..9db581261bd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1176,7 +1176,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"