Skip to content

Commit

Permalink
Update logback-classic to 1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
faustin0 authored and mergify[bot] committed Dec 22, 2024
1 parent 6a543e3 commit 63c4bda
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 @@ -48,7 +48,7 @@ object Dependencies {
// "org.apache.logging.log4j" % "log4j-api" % log4j2Version % Runtime,
// "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j2Version % Runtime,
"org.slf4j" % "jcl-over-slf4j" % "2.0.13" % Runtime, // same version of slf4j used by log4cats
"ch.qos.logback" % "logback-classic" % "1.5.6" % Runtime
"ch.qos.logback" % "logback-classic" % "1.5.15" % Runtime
)

lazy val http4sClient: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 63c4bda

Please sign in to comment.