diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-03-15 11:08:47 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-03-18 20:08:12 +0000 |
commit | af9c2c4a14a88befda90f871aa039194ad27b7ca (patch) | |
tree | 3488f3934f447b1d67b96fdf66ecb2c56f5156ca /build.gradle | |
parent | dab939698e737075f7e9467552911a2591f3e846 (diff) | |
download | sonarqube-af9c2c4a14a88befda90f871aa039194ad27b7ca.tar.gz sonarqube-af9c2c4a14a88befda90f871aa039194ad27b7ca.zip |
Update to Orchestrator 3.35
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 66805cde55d..6bf590bcc73 100644 --- a/build.gradle +++ b/build.gradle @@ -375,7 +375,7 @@ subprojects { dependency 'org.postgresql:postgresql:42.2.19' dependency 'org.reflections:reflections:0.9.12' dependency 'org.simpleframework:simple:4.1.21' - dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.34.0.2692' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.35.0.2707' 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' |