From 4f7ce2a8a46a4f49e95b562f56a8d2de80e69ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Oct 2025 08:37:25 +0200 Subject: [PATCH] Upgrade to Maven Compiler Plugin 3.14.1 Closes gh-47576 --- 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 86d245bd959..f26229315a1 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1335,7 +1335,7 @@ bom { releaseNotes("https://github.com/apache/maven-clean-plugin/releases/tag/maven-clean-plugin-{version}") } } - library("Maven Compiler Plugin", "3.14.0") { + library("Maven Compiler Plugin", "3.14.1") { prohibit { contains "-beta-" because "we don't want betas"