Skip to content

Commit

Permalink
bump: logback-classic 1.5.12 (was 1.5.7) (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 30, 2024
1 parent 8e2de96 commit b908300
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 @@ -24,7 +24,7 @@ object Dependencies {
// for example
val AkkaManagementVersion = "1.5.0"

val Logback = "ch.qos.logback" % "logback-classic" % "1.5.7"
val Logback = "ch.qos.logback" % "logback-classic" % "1.5.12"

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

0 comments on commit b908300

Please sign in to comment.