Skip to content

Commit

Permalink
Update logback-classic, logback-core to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 28, 2024
1 parent 5827ed7 commit d8f2791
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 @@ -27,8 +27,8 @@ object Dependencies {

val Logging = Seq(
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.5.6",
"ch.qos.logback" % "logback-core" % "1.5.6",
"ch.qos.logback" % "logback-classic" % "1.5.8",
"ch.qos.logback" % "logback-core" % "1.5.8",
"org.slf4j" % "jcl-over-slf4j" % "2.0.13",
"org.slf4j" % "jul-to-slf4j" % "2.0.13",
"org.typelevel" %% "log4cats-slf4j" % "2.7.0"
Expand Down

0 comments on commit d8f2791

Please sign in to comment.