Skip to content

Commit

Permalink
Update logback-classic to 1.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 6, 2025
1 parent fd903c1 commit 32081cc
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 @@ -74,7 +74,7 @@ object Dependencies {
"io.circe" %% "circe-parser"
).map(_ % circeVersion)

lazy val logbackVersion = "1.5.9"
lazy val logbackVersion = "1.5.16"
lazy val logback = Seq("ch.qos.logback" % "logback-classic" % logbackVersion)

lazy val log4catsVersion = "2.7.0"
Expand Down

0 comments on commit 32081cc

Please sign in to comment.