From ddd15929baab4e765c15e34c35dea9e9e4428ea8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:31:02 +0000 Subject: [PATCH] Upgrade to Maven Javadoc Plugin 3.5.0 Closes gh-34289 --- 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 36df9a6ff98..ff83d75eb95 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -890,7 +890,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.4.1") { + library("Maven Javadoc Plugin", "3.5.0") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin"