Skip to content

Commit

Permalink
Update logback-classic, logback-core to 1.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2025
1 parent 602cba1 commit a367730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ object Dependencies {

val Logging = libraryDependencies ++= Seq(
"org.typelevel" %% "log4cats-slf4j" % "2.7.0",
"ch.qos.logback" % "logback-classic" % "1.5.12" % Test,
"ch.qos.logback" % "logback-core" % "1.5.12" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.17" % Test,
"ch.qos.logback" % "logback-core" % "1.5.17" % Test,
"org.slf4j" % "jcl-over-slf4j" % "2.0.16" % Test,
"org.slf4j" % "jul-to-slf4j" % "2.0.16" % Test
)
Expand Down

0 comments on commit a367730

Please sign in to comment.