Skip to content

Commit

Permalink
Merge pull request #1367 from softwaremill/update/slf4j-jdk-platform-…
Browse files Browse the repository at this point in the history
…logging-2.0.16

Update slf4j-jdk-platform-logging to 2.0.16
  • Loading branch information
adamw authored Jan 15, 2025
2 parents b520e3b + 62ace84 commit 8b408ab
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 @@ -50,7 +50,7 @@ val loggingDependencies = Seq(
"ch.qos.logback" % "logback-classic" % "1.5.11",
"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.7" % Runtime,
"org.slf4j" % "slf4j-jdk-platform-logging" % "2.0.16" % Runtime,
"org.codehaus.janino" % "janino" % "3.1.12" % Runtime,
"net.logstash.logback" % "logstash-logback-encoder" % "8.0" % Runtime
)
Expand Down

0 comments on commit 8b408ab

Please sign in to comment.