From 5294c2257ca2ff5960d10cb50120e4a1276f964a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Aug 2021 09:14:36 +0200 Subject: [PATCH] Upgrade to Git Commit ID Plugin 4.9.10 Closes gh-27707 --- 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 e0e9dc3af1..040900e897 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.9.9") { + library("Git Commit ID Plugin", "4.9.10") { prohibit("[5.0.0,)") { because "it requires Java 11" }