Skip to content

Commit

Permalink
Merge pull request #842 from http4s/update/series/0.23/logback-classi…
Browse files Browse the repository at this point in the history
…c-1.2.13

Update logback-classic to 1.2.13 in series/0.23
  • Loading branch information
danicheg authored Dec 2, 2023
2 parents 304f0f6 + 4aee409 commit e6f4bec
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
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
lazy val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.12"
lazy val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.13"
lazy val twitterHPACK = "com.twitter" % "hpack" % "1.0.2"
lazy val asyncHttpClient = "org.asynchttpclient" % "async-http-client" % "2.12.3"
lazy val log4s = "org.log4s" %% "log4s" % "1.10.0"
Expand Down

0 comments on commit e6f4bec

Please sign in to comment.