Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.commons:commons-compress to v…
Browse files Browse the repository at this point in the history
…1.27.0
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent a373f2f commit 63f3495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.11.0") {
because("CVE-2022-25647")
}
implementation("org.apache.commons:commons-compress:1.26.2") {
implementation("org.apache.commons:commons-compress:1.27.0") {
because("CVE-2023-42503")
}
}
Expand Down

0 comments on commit 63f3495

Please sign in to comment.