Skip to content

Commit

Permalink
Merge pull request #1299 from softwaremill/update/logback-classic-1.5.8
Browse files Browse the repository at this point in the history
Update logback-classic to 1.5.8
  • Loading branch information
mergify[bot] committed Sep 7, 2024
2 parents c9a9898 + 68c0b1f commit 6ffe052
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 @@ -43,7 +43,7 @@ val jsonDependencies = Seq(
)

val loggingDependencies = Seq(
"ch.qos.logback" % "logback-classic" % "1.5.7",
"ch.qos.logback" % "logback-classic" % "1.5.8",
"com.softwaremill.ox" %% "mdc-logback" % oxVersion,
"org.codehaus.janino" % "janino" % "3.1.12" % Runtime,
"net.logstash.logback" % "logstash-logback-encoder" % "8.0" % Runtime
Expand Down

0 comments on commit 6ffe052

Please sign in to comment.