From 5bfc14b3bd9e38937e71af13f4d3180181f0410b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Aug 2020 12:53:24 +0100 Subject: [PATCH] Upgrade to Maven Resources Plugin 3.2.0 Closes gh-22881 --- 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 d295571535..5dddd9dfcd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1073,7 +1073,7 @@ bom { ] } } - library("Maven Resources Plugin", "3.1.0") { + library("Maven Resources Plugin", "3.2.0") { group("org.apache.maven.plugins") { plugins = [ "maven-resources-plugin"