Browse Source

Upgrade Orchestrator to 3.22.0.1791 (embedding scanner 3.3.0.1492)

tags/7.8
Julien Lancelot 5 years ago
parent
commit
03da034980
2 changed files with 2 additions and 1 deletions
  1. 1
    0
      .gitignore
  2. 1
    1
      build.gradle

+ 1
- 0
.gitignore View File

@@ -57,6 +57,7 @@ node_modules/

# ---- SonarQube
.sonar/
.scannerwork/

# scripts patches, they are local to each developer
scripts/patches/*.*

+ 1
- 1
build.gradle View File

@@ -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'

Loading…
Cancel
Save