From d437d5a4606b7e3b83b26ed8b6688a1b872778ff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:30:54 +0000 Subject: [PATCH] Upgrade to Maven Invoker Plugin 3.5.0 Closes gh-34288 --- 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 82b7ba3d6d..36df9a6ff9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -876,7 +876,7 @@ bom { ] } } - library("Maven Invoker Plugin", "3.4.0") { + library("Maven Invoker Plugin", "3.5.0") { group("org.apache.maven.plugins") { plugins = [ "maven-invoker-plugin"