Skip to content

Commit

Permalink
Update log4j version to avoid security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
harshalbhatia committed Dec 15, 2021
1 parent c4c6d81 commit 65d97f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
[io.opentracing.contrib/opentracing-rabbitmq-client "0.1.11" :exclusions [com.rabbitmq/amqp-client]]
[org.apache.httpcomponents/fluent-hc "4.5.13"]
[org.apache.kafka/kafka-streams "2.8.0" :exclusions [org.slf4j/slf4j-log4j12 log4j]]
[org.apache.logging.log4j/log4j-core "2.14.1"]
[org.apache.logging.log4j/log4j-slf4j-impl "2.14.1"]
[org.apache.logging.log4j/log4j-core "2.16.0"]
[org.apache.logging.log4j/log4j-slf4j-impl "2.16.0"]
[org.clojure/clojure "1.10.3"]
[org.clojure/tools.logging "1.1.0"]
[nrepl/nrepl "0.8.3"]
Expand Down

0 comments on commit 65d97f6

Please sign in to comment.