From a1f4f519fc84e5aefda5c5cf37387f6d0dae642e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 15:34:34 +0200 Subject: [PATCH] Upgrade to Maven Help Plugin 3.3.0 Closes gh-32357 --- 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 c0178199011..597d6f8ffb5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -942,7 +942,7 @@ bom { ] } } - library("Maven Help Plugin", "3.2.0") { + library("Maven Help Plugin", "3.3.0") { group("org.apache.maven.plugins") { plugins = [ "maven-help-plugin"