From e4b207e73b937bc833420124c9866f9e8f38521a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:55:10 +0100 Subject: [PATCH] Upgrade to Git Commit ID Maven Plugin 6.0.0 Closes gh-35949 --- 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 136e6df1cd..f1f616cf79 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -299,7 +299,7 @@ bom { ] } } - library("Git Commit ID Maven Plugin", "5.0.1") { + library("Git Commit ID Maven Plugin", "6.0.0") { group("io.github.git-commit-id") { plugins = [ "git-commit-id-maven-plugin"