Skip to content

Commit

Permalink
Update logback-classic to 1.5.12 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Nov 1, 2024
2 parents 09fa5eb + b86dc65 commit 599710f
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 @@ -37,7 +37,7 @@ object Dependencies {
val postgres = "org.postgresql" % "postgresql" % "42.7.4"

val log4Cats = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.8"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.12"

val ducktape = "io.github.arainko" %% "ducktape" % "0.2.6"

Expand Down

0 comments on commit 599710f

Please sign in to comment.