From 96cfb51ab7264347f1fdb906424c09bd4a78e003 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 30 Sep 2021 15:30:18 -0700 Subject: [PATCH] Fix #9 by updating commons-compress --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 03b9348..2a08144 100644 --- a/project.clj +++ b/project.clj @@ -9,7 +9,7 @@ :sign-releases true}]] :dependencies [[org.clojure/clojure "1.9.0" :scope "provided"] - [org.apache.commons/commons-compress "1.20"] + [org.apache.commons/commons-compress "1.21"] ;; this lib is marked as optional in ;; commons-compress, so we need to import it ;; explicitly