Skip to content

Commit

Permalink
chore(dependencies): use org.apache.commons:commons-compress:1.21 to …
Browse files Browse the repository at this point in the history
…fix multiple vulnerabilities (#888)

CVE-2018-11771
CVE-2021-36090
CVE-2021-35515
CVE-2021-35516
CVE-2021-35517
CVE-2021-36090
sonatype-2018-0293

Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
  • Loading branch information
dbyron-sf and link108 committed Jun 18, 2022
1 parent c1ee2e9 commit 83df731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosco-manifests/rosco-manifests.gradle
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation "io.spinnaker.kork:kork-retrofit"
implementation "io.spinnaker.kork:kork-security"
implementation "commons-io:commons-io"
implementation "org.apache.commons:commons-compress:1.14"
implementation "org.apache.commons:commons-compress:1.21"
implementation "org.yaml:snakeyaml:1.25"

implementation "com.squareup.retrofit:retrofit"
Expand Down

0 comments on commit 83df731

Please sign in to comment.