From 38edc853ab7849a3784e9bd39e208ce41c03a058 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 14:42:34 +0000 Subject: [PATCH] Upgrade to Versions Maven Plugin 2.15.0 Closes gh-34357 --- 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 68b1c60507..c8432cb3a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1497,7 +1497,7 @@ bom { ] } } - library("Versions Maven Plugin", "2.14.2") { + library("Versions Maven Plugin", "2.15.0") { group("org.codehaus.mojo") { plugins = [ "versions-maven-plugin"