From 04fc339c9c19db1f12522cf127c4e7d4f7219d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:03:55 +0000 Subject: [PATCH] Bump org.ajoberstar.grgit:grgit-gradle from 4.0.1 to 5.2.2 Bumps [org.ajoberstar.grgit:grgit-gradle](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:grgit-gradle 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..a02da6c --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { dependencies { classpath "com.diffplug.spotless:spotless-plugin-gradle:3.26.1" - classpath "org.ajoberstar.grgit:grgit-gradle:4.0.1" + classpath "org.ajoberstar.grgit:grgit-gradle:5.2.2" classpath 'antlr:antlr:2.7.7' }