diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-31 13:57:24 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-12 20:21:00 +0200 |
commit | 02f499b51bcf8a681fb2acfadc8c88c8e4dd4f9d (patch) | |
tree | 89855b8cce841ca33a28588e756a9cc6075eff90 /build.gradle | |
parent | b99727fafb5e5f2f4a844b0eebd6b7637e87f382 (diff) | |
download | sonarqube-02f499b51bcf8a681fb2acfadc8c88c8e4dd4f9d.tar.gz sonarqube-02f499b51bcf8a681fb2acfadc8c88c8e4dd4f9d.zip |
SONAR-10690 upgrade orchestrator to support editions
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 82c60eb7077..1884843ad26 100644 --- a/build.gradle +++ b/build.gradle @@ -207,7 +207,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.19.0.1599' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.19.0.1621' dependency('org.sonarsource:sonar-persistit:3.3.2') { exclude 'commons-logging:commons-logging' } |