Skip to content

Commit

Permalink
bump: logback-classic 1.5.6 (was 1.2.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 21, 2024
1 parent cc01382 commit 6c3800a
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.6"

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

0 comments on commit 6c3800a

Please sign in to comment.