From e5858e5d40833a6197b9ced79719fe15de5c00d0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Sep 2024 11:17:49 +0100 Subject: [PATCH] Upgrade to Maven Dependency Plugin 3.8.0 Closes gh-42229 --- 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 d37c027a87..4c58f601f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1203,7 +1203,7 @@ bom { ] } } - library("Maven Dependency Plugin", "3.7.1") { + library("Maven Dependency Plugin", "3.8.0") { group("org.apache.maven.plugins") { plugins = [ "maven-dependency-plugin"