From b2ff9ea1146c1021045d947f0fb81fcf5f772f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Apr 2022 15:45:31 +0000 Subject: [PATCH] Bump com.timgroup.jarmangit from 1.1.86 to 1.1.117 Bumps com.timgroup.jarmangit from 1.1.86 to 1.1.117. --- updated-dependencies: - dependency-name: com.timgroup.jarmangit 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 2e2db77..437cabe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { groovy `maven-publish` id("com.gradle.plugin-publish") version "0.11.0" - id("com.timgroup.jarmangit") version "1.1.86" + id("com.timgroup.jarmangit") version "1.1.117" } val repoUrl: String? by project