Skip to content

Commit

Permalink
CORE-69: Update logback-classic from 1.4.14 to 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Nov 1, 2024
1 parent 0f47b00 commit 439baa5
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 @@ -47,7 +47,7 @@ object Dependencies {
val jacksonCore: ModuleID = "com.fasterxml.jackson.core" % "jackson-core" % jacksonV

val logstashLogback: ModuleID = "net.logstash.logback" % "logstash-logback-encoder" % "6.6"
val logbackClassic: ModuleID = "ch.qos.logback" % "logback-classic" % "1.4.14"
val logbackClassic: ModuleID = "ch.qos.logback" % "logback-classic" % "1.5.12"
val ravenLogback: ModuleID = "com.getsentry.raven" % "raven-logback" % "7.8.6"
val scalaLogging: ModuleID = "com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingV
val ficus: ModuleID = "com.iheart" %% "ficus" % "1.5.2"
Expand Down

0 comments on commit 439baa5

Please sign in to comment.