From 598fdb3324c1efe59d6d7702adb585198e03dd66 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:19:10 +0000 Subject: [PATCH] Upgrade to Maven Enforcer Plugin 3.2.1 Closes gh-34095 --- 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 2e0831064e4..3cf5df120df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -848,7 +848,7 @@ bom { ] } } - library("Maven Enforcer Plugin", "3.1.0") { + library("Maven Enforcer Plugin", "3.2.1") { group("org.apache.maven.plugins") { plugins = [ "maven-enforcer-plugin"