From 7238ed9a1d5c91d84fc5df0db448297d9f4b91a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 13:05:28 +0100 Subject: [PATCH] Upgrade to Maven Dependency Plugin 3.7.1 Closes gh-41412 --- 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 f31b1de75d..4f5e55fd18 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1166,7 +1166,7 @@ bom { ] } } - library("Maven Dependency Plugin", "3.6.1") { + library("Maven Dependency Plugin", "3.7.1") { group("org.apache.maven.plugins") { plugins = [ "maven-dependency-plugin"