Skip to content

Commit

Permalink
Update logback-classic, logback-core to 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and an-tex committed Nov 4, 2024
1 parent 7e12a15 commit 0633ef9
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 @@ -161,7 +161,7 @@ object Dependencies {
}

object logback {
private val logback = "1.5.8"
private val logback = "1.5.12"

val core = "ch.qos.logback" % "logback-core" % logback
val classic = "ch.qos.logback" % "logback-classic" % logback
Expand Down

0 comments on commit 0633ef9

Please sign in to comment.