Skip to content

Commit

Permalink
Update logback-classic to 1.2.13 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuzhang authored Dec 4, 2023
1 parent ae13689 commit 3273f0c
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 @@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
"io.getquill" %% "quill-jdbc" % "3.7.2",
"mysql" % "mysql-connector-java" % "8.0.32",
"com.h2database" % "h2" % "2.1.214",
"ch.qos.logback" % "logback-classic" % "1.2.10",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"fr.davit" %% "akka-http-metrics-prometheus" % "1.6.0",
"org.scalatest" %% "scalatest" % "3.2.11" % "test",
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % "test",
Expand Down

0 comments on commit 3273f0c

Please sign in to comment.