From bc9637c8b3f91316bd9e490bceacd35359ffbbba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:53:24 +0000 Subject: [PATCH] Upgrade to Maven Common Artifact Filters 3.2.0 Closes gh-25425 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 09be86adaad..42107786916 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -67,7 +67,7 @@ bom { ] } } - library("Maven Common Artifact Filters", "3.1.0") { + library("Maven Common Artifact Filters", "3.2.0") { group("org.apache.maven.shared") { modules = [ "maven-common-artifact-filters"