diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2020-11-23 20:51:55 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-11-26 20:06:29 +0000 |
commit | a8ec651e57d21bacfe7bfdd32f2f6a79ad1d5359 (patch) | |
tree | 748742cc21872c9a217b5743224363aea32a74a6 /build.gradle | |
parent | 6e18f97ab530ffc932b1b2a2888e31e112b4be96 (diff) | |
download | sonarqube-a8ec651e57d21bacfe7bfdd32f2f6a79ad1d5359.tar.gz sonarqube-a8ec651e57d21bacfe7bfdd32f2f6a79ad1d5359.zip |
Update orchestrator version to 3.34
By default this version is disabling force authentication for 8.6 and greater.
Also it allows to enable default behaviour, which will be used.
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 6beb1293b26..767692f9a90 100644 --- a/build.gradle +++ b/build.gradle @@ -368,7 +368,7 @@ subprojects { dependency 'org.postgresql:postgresql:42.2.17' dependency 'org.reflections:reflections:0.9.12' dependency 'org.simpleframework:simple:4.1.21' - dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.32.0.2670' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.34.0.2692' 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' |