From 053edc04a563dc66493f87c7654f44d3c5b2527b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Oct 2023 08:40:43 +0000 Subject: [PATCH] Upgrade to Maven Dependency Plugin 3.6.1 Closes gh-38139 --- 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 3f9428bb1d..138e333737 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -892,7 +892,7 @@ bom { ] } } - library("Maven Dependency Plugin", "3.6.0") { + library("Maven Dependency Plugin", "3.6.1") { group("org.apache.maven.plugins") { plugins = [ "maven-dependency-plugin"