Skip to content

Commit

Permalink
patch commons-io to 2.14.0 to resolve CVE-2024-47554 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
milt authored Oct 7, 2024
1 parent d75389f commit c31258b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
aero/aero {:mvn/version "1.1.6"}
selmer/selmer {:mvn/version "1.12.59"}
ch.qos.logback/logback-classic {:mvn/version "1.3.14"}
commons-io/commons-io {:mvn/version "2.14.0"}
;; DB/JDBC deps
;; - HikariCP: Need to exclude slf4j to make logback work properly
;; - HugSql: Use custom version instead of the released version (0.5.1)
Expand Down Expand Up @@ -43,7 +44,7 @@
less-awful-ssl/less-awful-ssl {:mvn/version "1.0.6"}
xyz.capybara/clamav-client {:mvn/version "2.1.2"}
;; Yet Analytics deps

com.yetanalytics/lrs
{:mvn/version "1.2.19"
:exclusions [org.clojure/clojure
Expand Down

0 comments on commit c31258b

Please sign in to comment.