Skip to content

Commit

Permalink
[CVE] update log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Besselat committed Dec 13, 2021
1 parent 6e5e829 commit 5f8fced
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
;; logging stuff
[org.clojure/tools.logging "0.3.1"]
[org.slf4j/slf4j-api "1.7.19"]
[org.slf4j/slf4j-log4j12 "1.7.19"]
[org.slf4j/jcl-over-slf4j "1.7.19"]
[log4j "1.2.17"]
[org.clojure/tools.logging "1.2.1"]
[org.slf4j/slf4j-api "1.7.32"]
[org.slf4j/slf4j-log4j12 "1.7.32"]
[org.slf4j/jcl-over-slf4j "1.7.32"]
[org.apache.logging.log4j/log4j-core "2.15.0"]
;; time mgt
[clj-time "0.15.2"]
;; web service
Expand Down

0 comments on commit 5f8fced

Please sign in to comment.