From d8576f319e9087b35437d1289238f6b9ae273056 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Sep 2023 11:24:11 +0100 Subject: [PATCH] Upgrade to Versions Maven Plugin 2.16.1 Closes gh-37490 --- 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 58cd2f24947f..523e8a4f7bd3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1710,7 +1710,7 @@ bom { ] } } - library("Versions Maven Plugin", "2.16.0") { + library("Versions Maven Plugin", "2.16.1") { group("org.codehaus.mojo") { plugins = [ "versions-maven-plugin"