From f064616845783204e63dc7efd913292c0b4ecfcd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:20:43 +0000 Subject: [PATCH] Upgrade to Versions Maven Plugin 2.14.2 Closes gh-34113 --- 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 b199a9a0b8..b9760f5c64 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1498,7 +1498,7 @@ bom { ] } } - library("Versions Maven Plugin", "2.12.0") { + library("Versions Maven Plugin", "2.14.2") { group("org.codehaus.mojo") { plugins = [ "versions-maven-plugin"