Skip to content

Commit

Permalink
logback cve (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Dec 4, 2023
1 parent 43f1736 commit 5adbb89
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 @@ -90,7 +90,7 @@ object Dependencies {
}

object Runtime {
val logback = "ch.qos.logback" % "logback-classic" % "1.2.11" % "runtime" // Eclipse 1.0
val logback = "ch.qos.logback" % "logback-classic" % "1.2.13" % "runtime" // Eclipse 1.0
val guavaAndroid = "com.google.guava" % "guava" % "32.1.2-android" % "runtime"
}

Expand Down

0 comments on commit 5adbb89

Please sign in to comment.