From 9082e16a25f51e393d63e7802e740daf4e6671ac Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 12:45:43 +0100 Subject: [PATCH] Upgrade to Git Commit ID Plugin 4.9.9 Closes gh-27398 --- 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 711f963ef2c..23193fa78cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -326,7 +326,7 @@ bom { ] } } - library("Git Commit ID Plugin", "4.0.5") { + library("Git Commit ID Plugin", "4.9.9") { prohibit("[5.0.0,)") { because "it requires Java 11" }