Skip to content

Commit

Permalink
Update logback-classic to 1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 20, 2024
1 parent 10da71e commit 4b560d2
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 @@ -32,7 +32,7 @@ val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.6"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"

val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
val logback = "ch.qos.logback" % "logback-classic" % "1.3.14"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.14"
val jclOverSlf4j = "org.slf4j" % "jcl-over-slf4j" % "2.0.16" // needed form amazon java sdk

val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
Expand Down

0 comments on commit 4b560d2

Please sign in to comment.