From 38763a4e4817a3e285b9062d0a5510921a5befd8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Mar 2020 12:20:52 +0000 Subject: [PATCH] Upgrade to Maven Dependency Plugin 3.1.2 Closes gh-20512 --- 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 208fe37f62..5f4c9a6caa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1084,7 +1084,7 @@ bom { ] } } - library("Maven Dependency Plugin", "3.1.1") { + library("Maven Dependency Plugin", "3.1.2") { group("org.apache.maven.plugins") { plugins = [ "maven-dependency-plugin"