From 574094ec9331387f65845114701cfe210ec1db5c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:18 +0200 Subject: [PATCH] Upgrade to Git Commit ID Maven Plugin 5.0.1 Closes gh-35828 --- 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 25bf273013..ec7e470133 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.0") { + library("Git Commit ID Maven Plugin", "5.0.1") { group("io.github.git-commit-id") { plugins = [ "git-commit-id-maven-plugin"