From 313cc0d6afa7bc2e9d1d353c5bbe2faa26c1b771 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:08 +0200 Subject: [PATCH] Upgrade to Git Commit ID Plugin 4.0.4 Closes gh-26049 --- 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 aef24ccdda..13aaeb590c 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.3") { + library("Git Commit ID Plugin", "4.0.4") { group("pl.project13.maven") { plugins = [ "git-commit-id-plugin"