Skip to content

Commit 742c19d

Browse files
authored
[Fix #13] Bump Apache Commons Compress to address CVEs (#14)
- 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
1 parent b5cfb2d commit 742c19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
:sign-releases true}]]
1010

1111
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
12-
[org.apache.commons/commons-compress "1.21"]
12+
[org.apache.commons/commons-compress "1.26.0"]
1313
;; this lib is marked as optional in
1414
;; commons-compress, so we need to import it
1515
;; explicitly
16-
[org.tukaani/xz "1.8"]]
16+
[org.tukaani/xz "1.9"]]
1717
:plugins [[lein-midje "3.1.3"]
1818
[codox "0.8.10"]
1919
[lein-ancient "0.6.15"]]

0 commit comments

Comments
 (0)