From 53554278bcb3ba43f11d9829e9277a711d4e01f6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Sep 2024 11:18:07 +0100 Subject: [PATCH] Upgrade to Maven Javadoc Plugin 3.10.0 Closes gh-42233 --- 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 cb606541fc6..2fd2cb3d289 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1259,7 +1259,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.8.0") { + library("Maven Javadoc Plugin", "3.10.0") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin"