We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecb897 commit 0691b18Copy full SHA for 0691b18
build.sbt
@@ -46,7 +46,7 @@ val jsonDependencies = Seq(
46
)
47
48
val loggingDependencies = Seq(
49
- "ch.qos.logback" % "logback-classic" % "1.5.23", // main logging library
+ "ch.qos.logback" % "logback-classic" % "1.5.26", // main logging library
50
"org.slf4j" % "jul-to-slf4j" % "2.0.17", // forward e.g. OTEL and Magnum logs which use JUL to SLF4J
51
"com.softwaremill.ox" %% "mdc-logback" % oxVersion, // support MDCs which propagate within Ox scopes
52
"org.slf4j" % "slf4j-jdk-platform-logging" % "2.0.17" % Runtime // route Java's platform logging (separate from JUL) to SLF4J
0 commit comments