From 4b650ecc7b8bba299890cf51e50eda3ca22c017b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 10:09:40 +0100 Subject: [PATCH] Upgrade to Maven Enforcer Plugin 3.1.0 Closes gh-31591 --- 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 4505f0796d..a807ae8c10 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -926,7 +926,7 @@ bom { ] } } - library("Maven Enforcer Plugin", "3.0.0") { + library("Maven Enforcer Plugin", "3.1.0") { group("org.apache.maven.plugins") { plugins = [ "maven-enforcer-plugin"