From f3cdad35dfc35e6987137f584ffff055e070c8d1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:31:53 +0200 Subject: [PATCH] Upgrade to Maven Resources Plugin 3.3.1 Closes gh-34913 --- 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 c43c9867417..d5dce1c46c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -911,7 +911,7 @@ bom { ] } } - library("Maven Resources Plugin", "3.3.0") { + library("Maven Resources Plugin", "3.3.1") { group("org.apache.maven.plugins") { plugins = [ "maven-resources-plugin"