From f68cbf447c0ce047a15c55aaf1f76cd650389626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:34:28 +0000 Subject: [PATCH] build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 11ffbb5..32c105e 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ plugins { id 'idea' // https://ajoberstar.org/grgit/grgit-gradle.html - id 'org.ajoberstar.grgit' version '5.3.0' + id 'org.ajoberstar.grgit' version '5.3.2' } repositories {