Skip to content

Commit

Permalink
bump: logback-classic 1.2.13 (was 1.2.12) (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 11, 2023
1 parent e623173 commit 291e676
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.12"
val Logback = "ch.qos.logback" % "logback-classic" % "1.2.13"

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

0 comments on commit 291e676

Please sign in to comment.