From 30bd14e7c535c2a92d1a55454b84788434c8139a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 15:24:25 +0200 Subject: [PATCH] Upgrade to Git Commit ID Plugin 5.0.1 Closes gh-35804 --- 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 d5e652ee25..603d26082c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -263,7 +263,7 @@ bom { ] } } - library("Git Commit ID Plugin", "5.0.0") { + library("Git Commit ID Plugin", "5.0.1") { group("io.github.git-commit-id") { plugins = [ "git-commit-id-maven-plugin"