Browse Source

SONAR-20652 Upgrade Orchestrator to 4.5.0.1700

tags/10.4.0.87286
Antoine Vigneau 6 months ago
parent
commit
507dd9af3a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -419,7 +419,7 @@ subprojects {
dependency 'org.reflections:reflections:0.10.2'
dependency 'org.simpleframework:simple:5.1.6'
dependency 'org.sonarsource.git.blame:git-files-blame:1.0.2.275'
dependency 'org.sonarsource.orchestrator:sonar-orchestrator-junit4:4.2.0.542'
dependency 'org.sonarsource.orchestrator:sonar-orchestrator-junit4:4.5.0.1700'
dependency 'org.sonarsource.update-center:sonar-update-center-common:1.31.0.1207'
dependency("org.springframework:spring-context:${springVersion}") {
exclude 'commons-logging:commons-logging'

Loading…
Cancel
Save