From 9391f329fb958cb390dc0468d354ff3dd519316e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Sep 2022 09:39:18 +0200 Subject: [PATCH] Upgrade to Versions Maven Plugin 2.12.0 Closes gh-32391 --- 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 a158a8b079..17cf5a1642 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1584,7 +1584,7 @@ bom { ] } } - library("Versions Maven Plugin", "2.11.0") { + library("Versions Maven Plugin", "2.12.0") { group("org.codehaus.mojo") { plugins = [ "versions-maven-plugin"