Skip to content

Commit

Permalink
Merge pull request #309 from DevMinJong/update/logback_dep
Browse files Browse the repository at this point in the history
Logback Version 1.2.9 Update Due to CVE-2021-42550 Vulnerability
  • Loading branch information
ncying authored Dec 21, 2021
2 parents 9bccb90 + 563bcec commit fcc03b7
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 @@ -46,7 +46,7 @@ object Dependencies {
)

lazy val logging = Seq(
"ch.qos.logback" % "logback-classic" % "1.2.3",
"ch.qos.logback" % "logback-classic" % "1.2.9",
"org.slf4j" % "slf4j-api" % "1.7.25",
"org.slf4j" % "jul-to-slf4j" % "1.7.25",
"net.logstash.logback" % "logstash-logback-encoder" % "4.11"
Expand Down

0 comments on commit fcc03b7

Please sign in to comment.