From 4fc9c0ca6789bd9153a6f97b2aa324143cbe8150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 05:54:11 +0000 Subject: [PATCH] Bump org.ajoberstar.grgit.service from 5.0.0 to 5.2.0 Bumps [org.ajoberstar.grgit.service](https://github.com/ajoberstar/grgit) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.0.0...5.2.0) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit.service dependency-type: direct:production update-type: version-update:semver-minor ... 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 57233d9..1f53971 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.0.0" + id("org.ajoberstar.grgit.service") version "5.2.0" } repositories {