From 559989a0adb81fa982f3ea829bd5722988cab872 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:55:55 +0100 Subject: [PATCH] Upgrade to Maven Dependency Plugin 3.6.0 Closes gh-35958 --- 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 549c6d1a493..217888ccde6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -874,7 +874,7 @@ bom { ] } } - library("Maven Dependency Plugin", "3.5.0") { + library("Maven Dependency Plugin", "3.6.0") { group("org.apache.maven.plugins") { plugins = [ "maven-dependency-plugin"