diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-08 11:01:00 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-05-11 20:20:46 +0200 |
commit | 8daa57d2c75119549dd08a8537de91a153b48b99 (patch) | |
tree | 239ce13478eb6e8b8153b8529e0a3f1f36272836 /build.gradle | |
parent | 045a34deadfa9e0aed6d1dc3cc0059f3e0b390ad (diff) | |
download | sonarqube-8daa57d2c75119549dd08a8537de91a153b48b99.tar.gz sonarqube-8daa57d2c75119549dd08a8537de91a153b48b99.zip |
Upgrade Orchestrator to released version 3.18
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 7bf736c3987..e95becfea4a 100644 --- a/build.gradle +++ b/build.gradle @@ -202,7 +202,7 @@ subprojects { dependency 'org.postgresql:postgresql:42.2.1' dependency 'org.reflections:reflections:0.9.9' dependency 'org.simpleframework:simple:4.1.21' - dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.17.0.1491' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.18.0.1547' dependency('org.sonarsource:sonar-persistit:3.3.2') { exclude 'commons-logging:commons-logging' } |