From f7f845069307ae826f100d83f73f6cf6767d9f9a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Aug 2021 09:14:46 +0200 Subject: [PATCH] Upgrade to Maven AntRun Plugin 3.0.0 Closes gh-27716 --- 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 d6a83a5b49..70948a0b66 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1085,7 +1085,7 @@ bom { ] } } - library("Maven AntRun Plugin", "1.8") { + library("Maven AntRun Plugin", "3.0.0") { group("org.apache.maven.plugins") { plugins = [ "maven-antrun-plugin"