From 0b20b99f6e3f1887193867022459d124a047a25c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Mar 2022 09:17:57 +0100 Subject: [PATCH] Upgrade to Maven Compiler Plugin 3.10.1 Closes gh-30300 --- 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 8ff1b79f17..01f780a871 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1156,7 +1156,7 @@ bom { ] } } - library("Maven Compiler Plugin", "3.10.0") { + library("Maven Compiler Plugin", "3.10.1") { group("org.apache.maven.plugins") { plugins = [ "maven-compiler-plugin"