From 5bcbfb0705f15c63d5f5852b95b81418a0ce1ba8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 15:50:43 +0100 Subject: [PATCH] Upgrade to Maven Jar Plugin 3.4.1 Closes gh-40749 --- 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 4e0ec74f810..b992dcfdfa5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1190,7 +1190,7 @@ bom { ] } } - library("Maven Jar Plugin", "3.4.0") { + library("Maven Jar Plugin", "3.4.1") { group("org.apache.maven.plugins") { plugins = [ "maven-jar-plugin"