From 3496aa6cfa26c4d6c24cdf27159f375833a9b8b7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Jun 2024 20:42:39 +0100 Subject: [PATCH] Upgrade to Maven Jar Plugin 3.4.2 Closes gh-41160 --- 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 fd81b70993d..e289c71e22a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1194,7 +1194,7 @@ bom { ] } } - library("Maven Jar Plugin", "3.4.1") { + library("Maven Jar Plugin", "3.4.2") { group("org.apache.maven.plugins") { plugins = [ "maven-jar-plugin"