aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJacek <jacek.poreda@sonarsource.com>2021-11-25 16:46:52 +0100
committersonartech <sonartech@sonarsource.com>2021-11-26 20:03:18 +0000
commit4036c4ac8e1e5fa12122e9a04968675455b7feb6 (patch)
tree47404c9b4a9d9306869453ea95731d275178f5bd /build.gradle
parentc8ae9d570be497e6ca1ca06b69018a25c12f3b8c (diff)
downloadsonarqube-4036c4ac8e1e5fa12122e9a04968675455b7feb6.tar.gz
sonarqube-4036c4ac8e1e5fa12122e9a04968675455b7feb6.zip
SONAR-15698 Bump orchestrator version
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 ecae212f7b1..4926b23ed02 100644
--- a/build.gradle
+++ b/build.gradle
@@ -423,7 +423,7 @@ subprojects {
dependency 'org.postgresql:postgresql:42.2.19'
dependency 'org.reflections:reflections:0.10.2'
dependency 'org.simpleframework:simple:4.1.21'
- dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.35.1.2719'
+ dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.36.0.63'
dependency 'org.sonarsource.update-center:sonar-update-center-common:1.23.0.723'
dependency 'org.subethamail:subethasmtp:3.1.7'
dependency 'org.yaml:snakeyaml:1.26'