From: Pierre Guillot <50145663+pierre-guillot-sonarsource@users.noreply.github.com> Date: Thu, 29 Aug 2019 07:59:46 +0000 (+0200) Subject: ORCH-437 upgrade orchestrator X-Git-Tag: 8.0~192 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c48a71298c66fb8a052a881aa427687086d812ad;p=sonarqube.git ORCH-437 upgrade orchestrator --- 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'