From 73af98aa5e32be01532bb5746addf05b146002d8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 13:05:46 +0100 Subject: [PATCH] Upgrade to Maven Javadoc Plugin 3.7.0 Closes gh-41416 --- 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 2736d04af25..47c25fcd805 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1222,7 +1222,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.6.3") { + library("Maven Javadoc Plugin", "3.7.0") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin"