From 42165eb71208584f3e3df490f0a38b369acaa5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 04:45:54 +0000 Subject: [PATCH] Bump org.ajoberstar.grgit from 4.1.0 to 5.0.0 Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/4.1.0...5.0.0) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e068eea..cce698c 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { // Access Git info from build script plugins { - id "org.ajoberstar.grgit" version "4.1.1" + id "org.ajoberstar.grgit" version "5.0.0" id "com.diffplug.spotless" version "5.0.0" }