diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-06-11 11:13:08 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-12 20:21:04 +0200 |
commit | df42631726e0eb2808aa2e1f568f80812ac6b6d3 (patch) | |
tree | a3ac28cfec043a9be5e5a14514762280734bd531 /build.gradle | |
parent | ca01285e729e387685cc15e7261417aa318f769e (diff) | |
download | sonarqube-df42631726e0eb2808aa2e1f568f80812ac6b6d3.tar.gz sonarqube-df42631726e0eb2808aa2e1f568f80812ac6b6d3.zip |
SONAR-10690 upgrade to released orchestrator 3.19
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 0500a99d516..20e61061ff7 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.19.0.1633' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.19.0.1641' dependency('org.sonarsource:sonar-persistit:3.3.2') { exclude 'commons-logging:commons-logging' } |