From 2b96cd4a35cf403a53eb1ec40d10c72fa69804c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Sep 2026 17:48:59 +0200 Subject: [PATCH] Upgrade to Maven Compiler Plugin 3.16.0 Closes gh-51687 --- 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 311356298be..d8707a7c073 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1472,7 +1472,7 @@ bom { releaseNotes("https://github.com/apache/maven-clean-plugin/releases/tag/maven-clean-plugin-{version}") } } - library("Maven Compiler Plugin", "3.15.0") { + library("Maven Compiler Plugin", "3.16.0") { prohibit { contains "-beta-" because "we don't want betas"