From ff487adcfee8f6f67b438aed424fa3407e108bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 21:46:40 +0000 Subject: [PATCH] Bump org.ajoberstar.grgit from 3.1.1 to 5.0.0 Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 3.1.1 to 5.0.0. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/3.1.1...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 bf481e1..591378f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.ajoberstar.grgit' version '3.1.1' apply false + id 'org.ajoberstar.grgit' version '5.0.0' apply false } import org.ajoberstar.grgit.Grgit