Skip to content

Commit

Permalink
chore(dependencies): resolve CVEs issues (#4440)
Browse files Browse the repository at this point in the history
* chore(dependencies): remove CVE-2019-12402, bump commons-compress dependency

* chore(dependencies): remove CVE-2019-12402 caused by common-compress, bump org.eclipse.jgit and org.eclipse.jgit.archive dependencies
  • Loading branch information
asgard-r committed Mar 20, 2020
1 parent 0ff8958 commit 0f93755
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clouddriver-appengine/clouddriver-appengine.gradle
Expand Up @@ -22,9 +22,9 @@ dependencies {
implementation "com.squareup.okhttp:okhttp"
implementation "com.squareup.retrofit:retrofit"
implementation "commons-io:commons-io"
implementation "org.apache.commons:commons-compress:1.14"
implementation "org.apache.commons:commons-compress:1.20"
implementation "org.codehaus.groovy:groovy-all"
implementation "org.eclipse.jgit:org.eclipse.jgit:5.2.1.201812262042-r"
implementation "org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r"
implementation "org.springframework.boot:spring-boot-actuator"
implementation "org.springframework.boot:spring-boot-starter-web"

Expand Down
4 changes: 2 additions & 2 deletions clouddriver-artifacts/clouddriver-artifacts.gradle
Expand Up @@ -26,8 +26,8 @@ dependencies {
implementation "org.eclipse.aether:aether-impl:1.1.0"
implementation "org.springframework.boot:spring-boot-actuator"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.eclipse.jgit:org.eclipse.jgit:5.4.2.201908231537-r"
implementation "org.eclipse.jgit:org.eclipse.jgit.archive:5.4.2.201908231537-r"
implementation "org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r"
implementation "org.eclipse.jgit:org.eclipse.jgit.archive:5.7.0.202003110725-r"

testImplementation "com.github.tomakehurst:wiremock:latest.release"
testImplementation "org.assertj:assertj-core"
Expand Down
2 changes: 1 addition & 1 deletion clouddriver-docker/clouddriver-docker.gradle
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation "com.netflix.spectator:spectator-api"
implementation "com.squareup.okhttp:okhttp"
implementation "com.squareup.retrofit:retrofit"
implementation "org.apache.commons:commons-compress:1.14"
implementation "org.apache.commons:commons-compress:1.20"
implementation "commons-io:commons-io:2.6"
implementation "com.netflix.spinnaker.fiat:fiat-api:$fiatVersion"
implementation "com.netflix.spinnaker.fiat:fiat-core:$fiatVersion"
Expand Down

0 comments on commit 0f93755

Please sign in to comment.