aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2024-12-03 15:39:27 +0100
committersonartech <sonartech@sonarsource.com>2024-12-04 20:03:21 +0000
commitb32bb49007d92b167249c81c1c4226b4f4aa703c (patch)
treecdd940871eeb2f22ff2e401bce1e54080624acda /build.gradle
parent7f3d77c7d6e92d13b375b1631ce73b1c0866d787 (diff)
downloadsonarqube-b32bb49007d92b167249c81c1c4226b4f4aa703c.tar.gz
sonarqube-b32bb49007d92b167249c81c1c4226b4f4aa703c.zip
SONAR-23764 update org.sonarsource.git.blame:git-files-blame from 1.0.3.1673 to 1.1.0.1835
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 196bbd9905a..f5966470fd8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -469,7 +469,7 @@ subprojects {
dependency 'org.postgresql:postgresql:42.7.4'
dependency 'org.reflections:reflections:0.10.2'
dependency 'org.simpleframework:simple:5.1.6'
- dependency 'org.sonarsource.git.blame:git-files-blame:1.0.3.1673'
+ dependency 'org.sonarsource.git.blame:git-files-blame:1.1.0.1835'
dependency('org.sonarsource.orchestrator:sonar-orchestrator-junit4:5.1.0.2254') {
exclude 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
}