Skip to content

Commit

Permalink
Update logback-classic to 1.4.11 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 22, 2023
1 parent 6e5d7d6 commit a939d17
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.8.3"
lazy val diffxShould =
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.3"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.4.9"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.4.11"
lazy val logstash =
"net.logstash.logback" % "logstash-logback-encoder" % "7.4"
lazy val kindProjector =
Expand Down

0 comments on commit a939d17

Please sign in to comment.