We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727062c commit eaf8e91Copy full SHA for eaf8e91
1 file changed
deps.edn
@@ -25,7 +25,7 @@
25
{:cli {:extra-paths ["src/cli"]
26
:extra-deps {org.clojure/tools.cli {:mvn/version "1.0.206"}
27
ch.qos.logback/logback-classic
28
- {:mvn/version "1.5.19"
+ {:mvn/version "1.5.25"
29
:exclusions [org.slf4j/slf4j-api]}
30
org.slf4j/slf4j-api {:mvn/version "2.0.12"}
31
org.slf4j/jul-to-slf4j {:mvn/version "2.0.12"}
@@ -44,7 +44,7 @@
44
com.yetanalytics/lrs {:mvn/version "1.4.1"}
45
io.pedestal/pedestal.jetty {:mvn/version "0.5.9"}
46
;; Some integration tests use logback
47
- ch.qos.logback/logback-classic {:mvn/version "1.5.19"
+ ch.qos.logback/logback-classic {:mvn/version "1.5.25"
48
49
50
0 commit comments