aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-07-20 17:36:14 +0200
committerSonarTech <sonartech@sonarsource.com>2018-07-30 20:21:23 +0200
commitc6a19fae1b693f8048c9e91fda4136682ef966fb (patch)
treecc128641e4d3fdae08db630409ccae8219645f82 /build.gradle
parentebf6acb718a4806dde30ad90df77bbb58733ea47 (diff)
downloadsonarqube-c6a19fae1b693f8048c9e91fda4136682ef966fb.tar.gz
sonarqube-c6a19fae1b693f8048c9e91fda4136682ef966fb.zip
Upgrade Orchestrator to 3.20.0.1686
ORCH-426 should fix the false-positives on Oracle tests
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 45109576a38..d24aeef7a41 100644
--- a/build.gradle
+++ b/build.gradle
@@ -213,7 +213,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.1641'
+ dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.20.0.1686'
dependency('org.sonarsource:sonar-persistit:3.3.2') {
exclude 'commons-logging:commons-logging'
}