aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPierre Guillot <50145663+pierre-guillot-sonarsource@users.noreply.github.com>2019-08-29 09:59:46 +0200
committerSonarTech <sonartech@sonarsource.com>2019-08-29 20:21:03 +0200
commitc48a71298c66fb8a052a881aa427687086d812ad (patch)
treebd0363ecd725e624f6d7cf60f0249f25648725e5 /build.gradle
parent99b79a54e0ebf767d6b9cb4df30ee2d978de7bcb (diff)
downloadsonarqube-c48a71298c66fb8a052a881aa427687086d812ad.tar.gz
sonarqube-c48a71298c66fb8a052a881aa427687086d812ad.zip
ORCH-437 upgrade orchestrator
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 9a7ba14dd0c..fe66bf28542 100644
--- a/build.gradle
+++ b/build.gradle
@@ -266,7 +266,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.26.0.2111'
+ dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.27.0.2172'
dependency 'org.sonarsource.update-center:sonar-update-center-common:1.18.0.487'
dependency 'org.subethamail:subethasmtp:3.1.7'
dependency 'org.yaml:snakeyaml:1.17'