From d3d1f82526e6c6a25d83e780d8f048248e802180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 12 Aug 2024 08:27:14 +0200 Subject: [PATCH] Upgrade to Maven Javadoc Plugin 3.8.0 Closes gh-41807 --- 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 8284c5afa0..bea94c7694 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1273,7 +1273,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.7.0") { + library("Maven Javadoc Plugin", "3.8.0") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin"