Skip to content

Commit

Permalink
Update logback-classic to 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 6, 2022
1 parent 279ec43 commit 79ac84c
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 @@ -53,7 +53,7 @@ val jsonDependencies = Seq(

val loggingDependencies = Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",
"ch.qos.logback" % "logback-classic" % "1.2.10",
"ch.qos.logback" % "logback-classic" % "1.2.11",
"org.codehaus.janino" % "janino" % "3.1.6",
"de.siegmar" % "logback-gelf" % "4.0.2"
)
Expand Down

0 comments on commit 79ac84c

Please sign in to comment.