Skip to content

Commit

Permalink
bump: logback-classic 1.5.3 (was 1.2.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 20, 2024
1 parent 71bc114 commit 2ae54cb
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 @@ -19,7 +19,7 @@ object Dependencies {
// for example
val AkkaManagementVersion = "1.5.0"

val Logback = "ch.qos.logback" % "logback-classic" % "1.2.13"
val Logback = "ch.qos.logback" % "logback-classic" % "1.5.3"

val reconcilerDependencies = Seq(
"com.typesafe.akka" %% "akka-actor-testkit-typed" % AkkaVersion % Test,
Expand Down

0 comments on commit 2ae54cb

Please sign in to comment.