From 18eb88b2815466be16184fd845d5dbc4bccfceab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Jun 2021 08:38:38 +0200 Subject: [PATCH] Upgrade to Git Commit ID Plugin 4.0.5 Closes gh-26845 --- 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 97526d48a507..7111d31c38f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -323,7 +323,7 @@ bom { ] } } - library("Git Commit ID Plugin", "4.0.4") { + library("Git Commit ID Plugin", "4.0.5") { group("pl.project13.maven") { plugins = [ "git-commit-id-plugin"