From c6be2fb2030cc3f127f843be459fc66190f1b0c0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Mar 2024 09:55:12 +0000 Subject: [PATCH] Upgrade to Maven Compiler Plugin 3.13.0 Closes gh-40019 --- 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 89486442a0ea..e0693ec7db99 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1126,7 +1126,7 @@ bom { ] } } - library("Maven Compiler Plugin", "3.12.1") { + library("Maven Compiler Plugin", "3.13.0") { group("org.apache.maven.plugins") { plugins = [ "maven-compiler-plugin"