From 0d4a6ee6877702432128fd968bc83d3f687b15dc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Sep 2023 18:01:59 +0100 Subject: [PATCH] Upgrade to Maven Javadoc Plugin 3.6.0 Closes gh-37469 --- 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 7d3f803d4b..017d5bdcfa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -953,7 +953,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.5.0") { + library("Maven Javadoc Plugin", "3.6.0") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin"