Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Upgrade commons-compress due to CVS-2023-42503
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Oct 10, 2023
1 parent e579539 commit 7362bf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ dependencies {
implementation ('org.apache.commons:commons-text:1.10.0') {
because 'previous versions have vulnerability: CVE-2022-42889'
}
implementation ('org.apache.commons:commons-compress:1.24.0') {
because 'previous versions have vulnerability: CVE-2023-42503'
}
}
testImplementation "org.spockframework:spock-core:2.0-M5-groovy-3.0"
testImplementation gradleTestKit()
Expand Down

0 comments on commit 7362bf7

Please sign in to comment.