From 36aee5ac3def4a815ec9fb36b19a75c4165ffa50 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:19:06 +0000 Subject: [PATCH] Upgrade to Maven Dependency Plugin 3.5.0 Closes gh-34094 --- 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 3f1633a502..2e0831064e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -834,7 +834,7 @@ bom { ] } } - library("Maven Dependency Plugin", "3.3.0") { + library("Maven Dependency Plugin", "3.5.0") { group("org.apache.maven.plugins") { plugins = [ "maven-dependency-plugin"