Skip to content

Commit

Permalink
Force transitive dependency commons-compress to 1.26.0 or newer (#3049)
Browse files Browse the repository at this point in the history
This is to fix security issue CVE-2024-25710.

Pull request: #3049
  • Loading branch information
lefou authored Feb 24, 2024
1 parent b416b60 commit 65eedfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ object Deps {
ivy"com.google.code.gson:gson:2.10.1",
ivy"com.google.protobuf:protobuf-java:3.25.3",
ivy"com.google.guava:guava:33.0.0-jre",
ivy"org.yaml:snakeyaml:2.2"
ivy"org.yaml:snakeyaml:2.2",
ivy"org.apache.commons:commons-compress:[1.26.0,)"
)

/** Used in tests. */
Expand Down

0 comments on commit 65eedfe

Please sign in to comment.