From 65d97f639541064f8b298567bef2e0ec1d95766f Mon Sep 17 00:00:00 2001 From: Harshal Bhatia Date: Wed, 15 Dec 2021 13:02:03 +0530 Subject: [PATCH] Update log4j version to avoid security vulnerability --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 3720ec3d..bc435339 100644 --- a/project.clj +++ b/project.clj @@ -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"]