From f8806440fd32a4eec58dc96ff0c5e8f24345cbed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Oct 2025 08:37:33 +0200 Subject: [PATCH] Upgrade to Maven Enforcer Plugin 3.6.2 Closes gh-47578 --- 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 524d9ed4592..37f133ee79d 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1373,7 +1373,7 @@ bom { releaseNotes("https://github.com/apache/maven-deploy-plugin/releases/tag/maven-deploy-plugin-{version}") } } - library("Maven Enforcer Plugin", "3.6.1") { + library("Maven Enforcer Plugin", "3.6.2") { group("org.apache.maven.plugins") { plugins = [ "maven-enforcer-plugin"