Skip to content

Commit

Permalink
Update logback-classic to 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 1, 2023
1 parent ef2c0e6 commit bfb3b10
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 @@ -125,7 +125,7 @@ object Dependencies {
val objenisis = "org.objenesis" % "objenesis" % "3.2"
val jodaTime = "joda-time" % "joda-time" % "2.10.14"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.36"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.11"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.13"
val logstash = "net.logstash.logback" % "logstash-logback-encoder" % "6.4"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.16.0"
val scalaCheckPlus = "org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0"
Expand Down

0 comments on commit bfb3b10

Please sign in to comment.