From f5725df2a6b828e00ee03614012bd0506de9a6c7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:55:47 +0100 Subject: [PATCH] Upgrade to Versions Maven Plugin 2.9.0 Closes gh-29868 --- 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 e148edd0cc..7180a16e9b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1845,7 +1845,7 @@ bom { ] } } - library("Versions Maven Plugin", "2.8.1") { + library("Versions Maven Plugin", "2.9.0") { group("org.codehaus.mojo") { plugins = [ "versions-maven-plugin"