From 1538bb78b48843425bb6b145e0c53bd36e921d6b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:29 +0100 Subject: [PATCH] Upgrade to Maven Compiler Plugin 3.10.0 Closes gh-29850 --- 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 1223fc05a2..f7590da870 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1134,7 +1134,7 @@ bom { ] } } - library("Maven Compiler Plugin", "3.9.0") { + library("Maven Compiler Plugin", "3.10.0") { group("org.apache.maven.plugins") { plugins = [ "maven-compiler-plugin"