Browse Source

SONAR-13155 upgrade commons-collection to fix vulnerability

(that can't be exploited)
tags/8.3.0.34182
Simon Brandhof 4 years ago
parent
commit
a2426ed285
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      sonar-ws-generator/build.gradle

+ 3
- 0
sonar-ws-generator/build.gradle View File

@@ -8,6 +8,9 @@ dependencies {
compile 'com.google.code.gson:gson'
compile 'com.google.guava:guava'
compile 'commons-io:commons-io'
// transitive dependency of Velocity that must be upgraded
// in order to fix a vulnerability
compile 'commons-collections:commons-collections:3.2.2'
compile 'org.apache.velocity:velocity:1.7'
compile 'org.slf4j:log4j-over-slf4j'
compile 'org.sonarsource.orchestrator:sonar-orchestrator'

Loading…
Cancel
Save