Skip to content

Commit

Permalink
Merge pull request #1379 from softwaremill/update/logback-classic-1.5.16
Browse files Browse the repository at this point in the history
Update logback-classic to 1.5.16
  • Loading branch information
adamw authored Jan 15, 2025
2 parents 41a6846 + 36742ac commit 50e6cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ val jsonDependencies = Seq(
)

val loggingDependencies = Seq(
"ch.qos.logback" % "logback-classic" % "1.5.11",
"ch.qos.logback" % "logback-classic" % "1.5.16",
"org.slf4j" % "jul-to-slf4j" % "2.0.16", // forward e.g. otel logs which use JUL to SLF4J
"com.softwaremill.ox" %% "mdc-logback" % oxVersion,
"org.slf4j" % "slf4j-jdk-platform-logging" % "2.0.16" % Runtime,
Expand Down

0 comments on commit 50e6cb6

Please sign in to comment.