diff options
author | Michal Duda <michal.duda@sonarsource.com> | 2019-06-13 17:27:43 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-06-15 20:21:05 +0200 |
commit | 7054dc9bf9ddd30eebf038094d6cc9b4a3be5db2 (patch) | |
tree | 13edb4537b7f18299021b626aced6115fc0970d9 /build.gradle | |
parent | 382e45e3126fadc557464d52eb9ce73ee9d1bcaa (diff) | |
download | sonarqube-7054dc9bf9ddd30eebf038094d6cc9b4a3be5db2.tar.gz sonarqube-7054dc9bf9ddd30eebf038094d6cc9b4a3be5db2.zip |
SONAR-12182 drop "sonar.branch" from SQ
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 c2b993e2bdb..aa04813445d 100644 --- a/build.gradle +++ b/build.gradle @@ -236,7 +236,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.24.0.1993' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.25.0.2071' 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' |