From: Simon Brandhof Date: Thu, 16 Aug 2018 08:46:38 +0000 (+0200) Subject: Upgrade Orchestrator to 3.21 X-Git-Tag: 7.5~582 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aa107388acde10aabbd2eacf0eb2b2924fff4480;p=sonarqube.git Upgrade Orchestrator to 3.21 --- diff --git a/build.gradle b/build.gradle index ad6f448e9f4..4ae4c5c0cb8 100644 --- a/build.gradle +++ b/build.gradle @@ -211,7 +211,7 @@ subprojects { dependency 'org.postgresql:postgresql:42.2.2' dependency 'org.reflections:reflections:0.9.9' dependency 'org.simpleframework:simple:4.1.21' - dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.20.0.1708' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.21.0.1721' dependency('org.sonarsource:sonar-persistit:3.3.2') { exclude 'commons-logging:commons-logging' }