Skip to content

Commit 784a7c1

Browse files
authored
Address CVE-2025-48924 in Apache Commons Lang3 dep (#16)
1 parent 742c19d commit 784a7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:sign-releases true}]]
1010

1111
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
12-
[org.apache.commons/commons-compress "1.26.0"]
12+
[org.apache.commons/commons-compress "1.28.0"]
1313
;; this lib is marked as optional in
1414
;; commons-compress, so we need to import it
1515
;; explicitly

0 commit comments

Comments
 (0)