From 3d88961581f8b05561da78275f0e51b76c9c132f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Mar 2023 16:28:03 +0000 Subject: [PATCH] Upgrade to Maven Compiler Plugin 3.11.0 Closes gh-34579 --- 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 61d009b09b..b1f07c0d67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -827,7 +827,7 @@ bom { ] } } - library("Maven Compiler Plugin", "3.10.1") { + library("Maven Compiler Plugin", "3.11.0") { group("org.apache.maven.plugins") { plugins = [ "maven-compiler-plugin"