From 070d3d434c341abc61b82dd6d745161a22c6fdcd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:51:41 +0000 Subject: [PATCH] Upgrade to Maven Common Artifact Filters 3.1.1 Closes gh-25421 --- 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 779683ef5d0..8517d667569 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.1.1") { group("org.apache.maven.shared") { modules = [ "maven-common-artifact-filters"