From 6dbb68097481c1a298d8bf8e9070a498e698caaa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 13:05:33 +0100 Subject: [PATCH] Upgrade to Maven Enforcer Plugin 3.5.0 Closes gh-41413 --- 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 4f5e55fd18..16be8b475c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1180,7 +1180,7 @@ bom { ] } } - library("Maven Enforcer Plugin", "3.4.1") { + library("Maven Enforcer Plugin", "3.5.0") { group("org.apache.maven.plugins") { plugins = [ "maven-enforcer-plugin"