From 7c020b8f34acb4140a845a916f100c59d208623a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:13 +0200 Subject: [PATCH] Upgrade to Maven Javadoc Plugin 3.3.0 Closes gh-27276 --- 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 8c7aa4d826..78bda3445b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1165,7 +1165,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.2.0") { + library("Maven Javadoc Plugin", "3.3.0") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin"