Skip to content

Commit

Permalink
Upgrade logback-classic from 1.5.5 to 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 20, 2024
1 parent 0955b28 commit 4ad9a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ lazy val macros = (project in file("./macros"))
(publish / skip) := false,
macroSettings ++ Release.settings,
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.5.5",
"ch.qos.logback" % "logback-classic" % "1.5.11",
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
)
)
Expand Down

0 comments on commit 4ad9a86

Please sign in to comment.