From f624026d4e4395d214d84cf621c4d5030dda1fd2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 15:34:39 +0200 Subject: [PATCH] Upgrade to Maven Javadoc Plugin 3.4.1 Closes gh-32359 --- 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 61dd81962f..462a86d8bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -970,7 +970,7 @@ bom { ] } } - library("Maven Javadoc Plugin", "3.4.0") { + library("Maven Javadoc Plugin", "3.4.1") { group("org.apache.maven.plugins") { plugins = [ "maven-javadoc-plugin"