diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-07-01 09:56:26 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-10-17 15:24:45 +0200 |
commit | 6502ec4ffee7e5a57498baaf330b80eb490d01c2 (patch) | |
tree | c816e1bbaf702f05f4679a430fe7b93ee041de33 | |
parent | 0dc7f1ec3d08fd5cd39e23b35b236bbfa7ec8ae6 (diff) | |
download | sonarqube-7.9.tar.gz sonarqube-7.9.zip |
Use Orchestrator RELEASE7.9
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 8f8ab18efac..9d2d1dab37d 100644 --- a/build.gradle +++ b/build.gradle @@ -237,7 +237,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.25.0.2071' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.25.0.2094' dependency 'org.sonarsource.update-center:sonar-update-center-common:1.18.0.487' dependency 'org.subethamail:subethasmtp:3.1.7' dependency 'xml-apis:xml-apis:1.4.01' |