From 26fa5cb0eee2d508b50566abbb3d10dbb2a5e3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 6 Jun 2025 11:17:38 +0200 Subject: [PATCH] Upgrade to Git Commit ID Maven Plugin 9.0.2 Closes gh-45813 --- 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 d9a0f24a7fb..60bad3c027d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -400,7 +400,7 @@ bom { .formatted(version.toString("_"))) } } - library("Git Commit ID Maven Plugin", "9.0.1") { + library("Git Commit ID Maven Plugin", "9.0.2") { group("io.github.git-commit-id") { plugins = [ "git-commit-id-maven-plugin"