We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb5c9e commit cdd4eb4Copy full SHA for cdd4eb4
build.sbt
@@ -46,7 +46,7 @@ val jsonDependencies = Seq(
46
)
47
48
val loggingDependencies = Seq(
49
- "ch.qos.logback" % "logback-classic" % "1.5.22", // main logging library
+ "ch.qos.logback" % "logback-classic" % "1.5.23", // 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