diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2018-05-28 17:43:56 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-06-06 20:20:51 +0200 |
commit | 72b91edd716882445204b324aea703bb937d8cf5 (patch) | |
tree | f430338bc13baaac7a25b0b7b0bfad73b0525c91 | |
parent | d76df7dc5f2d0bf75bfbcb5097aedb26dbdd2276 (diff) | |
download | sonarqube-72b91edd716882445204b324aea703bb937d8cf5.tar.gz sonarqube-72b91edd716882445204b324aea703bb937d8cf5.zip |
SONAR-10802 Add TFS PR decoration ITs
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' } |