aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-10-03 09:09:36 +0200
committerSonarTech <sonartech@sonarsource.com>2018-10-03 20:20:52 +0200
commit2e599500c5138be31b7b740e6b3e6a62d0d1614b (patch)
treee77ee578ebcb65d703e937e33e1e5d310fbab742 /build.gradle
parent4eaf72862fd926b4d7de16519a8f450a4d6bda27 (diff)
downloadsonarqube-2e599500c5138be31b7b740e6b3e6a62d0d1614b.tar.gz
sonarqube-2e599500c5138be31b7b740e6b3e6a62d0d1614b.zip
Use released version of Orchestrator 3.22
[skip ci]
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 0a7078a1cc4..c259a64f529 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.1763'
+ dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.22.0.1791'
dependency('org.sonarsource:sonar-persistit:3.3.2') {
exclude 'commons-logging:commons-logging'
}