From 1c5b4e253b62edcedf420eff4562353edf596173 Mon Sep 17 00:00:00 2001 From: Scott Giminiani Date: Tue, 20 Aug 2024 22:35:54 -0400 Subject: [PATCH] Bump org.ajoberstar.grgit from 4.0.2 to 4.1.1 For whatever reason all published versions between these two disappeared from the remote repositories. 4.1.1 was the oldest that was still able to be resolved. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3a01fb9..7f9f7a9 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'scala' id 'application' - id 'org.ajoberstar.grgit' version '4.0.2' + id 'org.ajoberstar.grgit' version '4.1.1' id "io.gatling.gradle" version "3.6.1" id 'jacoco' id 'info.solidsoft.pitest' version '1.5.1'