From 03da034980ce4559787a2b2621e75c2266c27e31 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 1 Apr 2019 14:24:31 +0200 Subject: [PATCH] Upgrade Orchestrator to 3.22.0.1791 (embedding scanner 3.3.0.1492) --- .gitignore | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0ca67625b6a..0b8413d690e 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ node_modules/ # ---- SonarQube .sonar/ +.scannerwork/ # scripts patches, they are local to each developer scripts/patches/*.* diff --git a/build.gradle b/build.gradle index 69b9146dafa..91aaf471177 100644 --- a/build.gradle +++ b/build.gradle @@ -225,7 +225,7 @@ subprojects { dependency 'org.postgresql:postgresql:42.2.5' dependency 'org.reflections:reflections:0.9.9' dependency 'org.simpleframework:simple:4.1.21' - dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.22.0.1791' + dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.24.0.1990' dependency 'org.sonarsource.update-center:sonar-update-center-common:1.18.0.487' dependency 'org.subethamail:subethasmtp:3.1.7' dependency 'xml-apis:xml-apis:1.4.01' -- 2.39.5