From 261ea6ce44a14544a90b37daaa50b96997726488 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Nov 2023 17:48:55 -0800 Subject: [PATCH] Upgrade to Versions Maven Plugin 2.16.2 Closes gh-38422 --- 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 4beb9e1e253..28b192cf303 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1708,7 +1708,7 @@ bom { ] } } - library("Versions Maven Plugin", "2.16.1") { + library("Versions Maven Plugin", "2.16.2") { group("org.codehaus.mojo") { plugins = [ "versions-maven-plugin"