Skip to content

Commit

Permalink
update slf4j api (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
milt authored Mar 4, 2024
1 parent f2666ba commit e28c5b8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
ch.qos.logback/logback-classic
{:mvn/version "1.3.14"
:exclusions [org.slf4j/slf4j-api]}
org.slf4j/slf4j-api {:mvn/version "1.7.26"}
org.slf4j/jul-to-slf4j {:mvn/version "1.7.26"}
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.26"}
org.slf4j/log4j-over-slf4j {:mvn/version "1.7.26"}
org.slf4j/slf4j-api {:mvn/version "2.0.12"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.12"}
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.12"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.12"}

clj-commons/iapetos {:mvn/version "0.1.12"}
io.prometheus/simpleclient_hotspot {:mvn/version "0.12.0"}}}
Expand All @@ -43,10 +43,10 @@
;; Some integration tests use logback
ch.qos.logback/logback-classic {:mvn/version "1.3.14"
:exclusions [org.slf4j/slf4j-api]}
org.slf4j/slf4j-api {:mvn/version "1.7.26"}
org.slf4j/jul-to-slf4j {:mvn/version "1.7.26"}
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.26"}
org.slf4j/log4j-over-slf4j {:mvn/version "1.7.26"}
org.slf4j/slf4j-api {:mvn/version "2.0.12"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.12"}
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.12"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.12"}
com.yetanalytics/datasim
{:mvn/version "0.1.3"
:exclusions [org.clojure/test.check
Expand Down

0 comments on commit e28c5b8

Please sign in to comment.