From eb18365f906d48eaac4a79ae574f9dcad484db4b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:33:11 +0000 Subject: [PATCH] Upgrade to Maven Compiler Plugin 3.12.1 Closes gh-39017 --- 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 ca2a52be15..517bb84979 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -890,7 +890,7 @@ bom { ] } } - library("Maven Compiler Plugin", "3.11.0") { + library("Maven Compiler Plugin", "3.12.1") { group("org.apache.maven.plugins") { plugins = [ "maven-compiler-plugin"