Skip to content

Commit

Permalink
[Fix #13] Bump Apache Commons Compress to address CVEs (#14)
Browse files Browse the repository at this point in the history
- Bump Apache Commons Compress to address CVEs
- Bump `org.tukaani/xz` dep to match version referenced by bumped
  version of Apache Commons Compress.

Closes #13
  • Loading branch information
lread authored Feb 26, 2024
1 parent b5cfb2d commit 742c19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
:sign-releases true}]]

:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
[org.apache.commons/commons-compress "1.21"]
[org.apache.commons/commons-compress "1.26.0"]
;; this lib is marked as optional in
;; commons-compress, so we need to import it
;; explicitly
[org.tukaani/xz "1.8"]]
[org.tukaani/xz "1.9"]]
:plugins [[lein-midje "3.1.3"]
[codox "0.8.10"]
[lein-ancient "0.6.15"]]
Expand Down

0 comments on commit 742c19d

Please sign in to comment.