aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-09-16 19:23:24 +0200
committerSonarTech <sonartech@sonarsource.com>2018-09-19 10:54:37 +0200
commit7c794b63a150d22bf78ab8b3359baf66761588b8 (patch)
tree868169095e123400bd880a7187814dce739d580e /build.gradle
parentd26b9987f51a4866933b908dcc1d9a616994d28f (diff)
downloadsonarqube-7c794b63a150d22bf78ab8b3359baf66761588b8.tar.gz
sonarqube-7c794b63a150d22bf78ab8b3359baf66761588b8.zip
SONAR-11268 autoconfig of branch/PR analysis on Cirrus
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 257fe527f20..5aef29f0e14 100644
--- a/build.gradle
+++ b/build.gradle
@@ -223,7 +223,7 @@ subprojects {
dependency 'org.postgresql:postgresql:42.2.5'
dependency 'org.reflections:reflections:0.9.9'
dependency 'org.simpleframework:simple:4.1.21'
- dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.22.0.1754'
+ dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.22.0.1763'
dependency('org.sonarsource:sonar-persistit:3.3.2') {
exclude 'commons-logging:commons-logging'
}