From 3e7f2e97ae10e7dabc9dd189a2c2da9669987c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:05:09 +0200 Subject: [PATCH] Upgrade to Maven Help Plugin 3.5.1 Closes gh-42823 --- 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 53d3757fd0c..d5b20b665c3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1235,7 +1235,7 @@ bom { ] } } - library("Maven Help Plugin", "3.5.0") { + library("Maven Help Plugin", "3.5.1") { group("org.apache.maven.plugins") { plugins = [ "maven-help-plugin"