From dd293cd86c23a707d45c6321785ae3345068ed30 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 13:16:06 +0100 Subject: [PATCH] Upgrade to Maven Javadoc Plugin 3.3.2 Closes gh-29795 --- 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 13326334511e..93dd3befe465 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1184,7 +1184,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.3.1") { + library("Maven Javadoc Plugin", "3.3.2") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin"