From 42de5506c8c73f3b138d0ac6e08705dd30921504 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:19 +0100 Subject: [PATCH] Upgrade to Maven Help Plugin 3.4.1 Closes gh-41062 --- 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 f600cff083..b369055947 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -925,7 +925,7 @@ bom { ] } } - library("Maven Help Plugin", "3.4.0") { + library("Maven Help Plugin", "3.4.1") { group("org.apache.maven.plugins") { plugins = [ "maven-help-plugin"