aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--build.gradle2
2 files changed, 2 insertions, 1 deletions
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'