From a7adf3a3c249cc565694506900f79a6987c9a004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:25:40 +0000 Subject: [PATCH] Bump org.ajoberstar.grgit.service from 5.3.0 to 5.3.2 Bumps [org.ajoberstar.grgit.service](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.service dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 47ce340..873f272 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ plugins { java `creek-common-convention` - id("org.ajoberstar.grgit.service") version "5.3.0" + id("org.ajoberstar.grgit.service") version "5.3.2" } repositories {