From b1586e693b554e6feb127127ebf2449616b63762 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 13:05:01 +0100 Subject: [PATCH] Upgrade to Git Commit ID Maven Plugin 9.0.1 Closes gh-41406 --- 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 07a8eeb27c..dde4a487fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -416,7 +416,7 @@ bom { .formatted(version.toString("_")) } } } - library("Git Commit ID Maven Plugin", "8.0.2") { + library("Git Commit ID Maven Plugin", "9.0.1") { group("io.github.git-commit-id") { plugins = [ "git-commit-id-maven-plugin"