From 7ca873b2674462684078b16f4810af32d7f542d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:03:52 +0000 Subject: [PATCH] Bump org.ajoberstar.grgit from 4.0.1 to 5.2.2 Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 4.0.1 to 5.2.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/4.0.1...5.2.2) --- 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(-) mode change 100755 => 100644 build.gradle diff --git a/build.gradle b/build.gradle old mode 100755 new mode 100644 index 9f275de..93896b2 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { // Access Git info from build script plugins { - id "org.ajoberstar.grgit" version "4.0.1" + id "org.ajoberstar.grgit" version "5.2.2" id 'antlr' }