From 48b9e5ab29b9f591dc5dfa3a8a1fdca6dfa811c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Jan 2021 12:30:39 +0000 Subject: [PATCH] Upgrade to Git Commit ID Plugin 4.0.3 Closes gh-24955 --- 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 9c81d42060..99de99fb25 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -317,7 +317,7 @@ bom { ] } } - library("Git Commit ID Plugin", "3.0.1") { + library("Git Commit ID Plugin", "4.0.3") { group("pl.project13.maven") { plugins = [ "git-commit-id-plugin"