aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>2022-04-11 10:17:54 +0200
committersonartech <sonartech@sonarsource.com>2022-04-11 20:02:59 +0000
commita98083dde6598ae2ecc5a123c765958d28e16659 (patch)
tree0f60eecf89f1a5cd1dc075f863766597ad93a87c /settings.gradle
parent41670c645d3f0dcb21bea71730f08bc36141c095 (diff)
downloadsonarqube-a98083dde6598ae2ecc5a123c765958d28e16659.tar.gz
sonarqube-a98083dde6598ae2ecc5a123c765958d28e16659.zip
BUILD-1351 Update gradle git plugin
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index 8e17bbc599a..2ce4a7f6cf6 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -6,7 +6,7 @@ pluginManagement {
}
plugins {
id 'com.bmuschko.docker-remote-api' version '7.3.0'
- id 'org.ajoberstar.grgit' version '4.1.0'
+ id 'org.ajoberstar.grgit' version '4.1.1'
}
}