Skip to content

Commit

Permalink
Update logback-classic to 1.5.6 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 24, 2024
1 parent 68bf36e commit 30f09ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Dependencies {
lazy val diffx = "com.softwaremill.diffx" %% "diffx-scalatest" % "0.9.0"
lazy val diffxShould =
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.9.0"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.5"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"
lazy val logstash =
"net.logstash.logback" % "logstash-logback-encoder" % "7.4"
lazy val kindProjector =
Expand Down

0 comments on commit 30f09ce

Please sign in to comment.