Skip to content

Commit cdd4eb4

Browse files
Update logback-classic to 1.5.23 (#2213)
1 parent afb5c9e commit cdd4eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ val jsonDependencies = Seq(
4646
)
4747

4848
val loggingDependencies = Seq(
49-
"ch.qos.logback" % "logback-classic" % "1.5.22", // main logging library
49+
"ch.qos.logback" % "logback-classic" % "1.5.23", // main logging library
5050
"org.slf4j" % "jul-to-slf4j" % "2.0.17", // forward e.g. OTEL and Magnum logs which use JUL to SLF4J
5151
"com.softwaremill.ox" %% "mdc-logback" % oxVersion, // support MDCs which propagate within Ox scopes
5252
"org.slf4j" % "slf4j-jdk-platform-logging" % "2.0.17" % Runtime // route Java's platform logging (separate from JUL) to SLF4J

0 commit comments

Comments
 (0)