Skip to content

Commit

Permalink
restore log4j-api to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf.adato committed Dec 12, 2021
1 parent 56da100 commit 3c3a9a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject unleash-client-clojure "0.3.0"
(defproject unleash-client-clojure "0.3.1"
:description "A Clojure library wrapping https://github.com/Unleash/unleash-client-java"
:url "https://github.com/AppsFlyer/unleash-client-clojure"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand All @@ -11,7 +11,8 @@
:username :env/clojars_username
:password :env/clojars_password
:sign-releases false}]]
:dependencies [[no.finn.unleash/unleash-client-java "3.3.4" :exclusions [org.apache.logging.log4j/log4j-api]]]
:dependencies [[no.finn.unleash/unleash-client-java "3.3.4"]
[org.apache.logging.log4j/log4j-api "2.15.0"]] ; pending backport of the java client to 3.x. see https://github.com/Unleash/unleash-client-java/pull/146#issuecomment-991722582
:profiles {:dev {:dependencies [[org.clojure/clojure "1.10.3"]
[clj-kondo "RELEASE"]
[org.apache.logging.log4j/log4j-core "2.15.0"]]
Expand Down

0 comments on commit 3c3a9a7

Please sign in to comment.