From: Julien HENRY Date: Mon, 28 May 2018 15:43:56 +0000 (+0200) Subject: SONAR-10802 Add TFS PR decoration ITs X-Git-Tag: 7.5~1078 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=72b91edd716882445204b324aea703bb937d8cf5;p=sonarqube.git SONAR-10802 Add TFS PR decoration ITs --- diff --git a/build.gradle b/build.gradle index ad98a7dcbb8..09078450f34 100644 --- a/build.gradle +++ b/build.gradle @@ -202,7 +202,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.18.0.1547' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.19.0.1599' dependency('org.sonarsource:sonar-persistit:3.3.2') { exclude 'commons-logging:commons-logging' }