From ce683c3b6f4334813765ec2c955b71b49f1ece5f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 21 Apr 2022 13:15:20 +0200 Subject: [PATCH] Upgrade to Maven Javadoc Plugin 3.4.0 Closes gh-30770 --- 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 e8f786c15c..54e36d7d25 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1237,7 +1237,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.3.2") { + library("Maven Javadoc Plugin", "3.4.0") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin"