From 7a9ab3e782d8778c1dba2dc6a1f2eaacee72dc8f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 27 May 2026 12:19:36 +0100 Subject: [PATCH] Upgrade to Maven Enforcer Plugin 3.6.3 Closes gh-50583 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 467ef70f970..e105096b0b0 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1480,7 +1480,7 @@ bom { releaseNotes("https://github.com/apache/maven-deploy-plugin/releases/tag/maven-deploy-plugin-{version}") } } - library("Maven Enforcer Plugin", "3.6.2") { + library("Maven Enforcer Plugin", "3.6.3") { group("org.apache.maven.plugins") { plugins = [ "maven-enforcer-plugin"