From e40ec93e3baee1370ab872dc8f5bad3ca8c619b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 8 Oct 2024 17:03:16 +0200 Subject: [PATCH] Upgrade to Maven Javadoc Plugin 3.10.1 Closes gh-42401 --- 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 900b07749b..e6b401228d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1263,7 +1263,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.10.0") { + library("Maven Javadoc Plugin", "3.10.1") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin"