From c5674d80d2820dd80baee976e11bcd8109eee8ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 20:09:52 +0000 Subject: [PATCH] Upgrade to Maven Source Plugin 3.2.1 Closes gh-20487 --- 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 eca14e0fdbe..6464f6f76a0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1161,7 +1161,7 @@ bom { ] } } - library("Maven Source Plugin", "3.2.0") { + library("Maven Source Plugin", "3.2.1") { group("org.apache.maven.plugins") { plugins = [ "maven-source-plugin"