Skip to content

Commit

Permalink
logback cve (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Dec 5, 2023
1 parent 97d7609 commit 6a9a7ef
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 @@ -40,7 +40,7 @@ object Dependencies {

val Migration: Seq[ModuleID] = Seq(
"com.typesafe" % "config" % "1.4.2",
"ch.qos.logback" % "logback-classic" % "1.2.10",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"org.testcontainers" % "postgresql" % "1.16.3" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit 6a9a7ef

Please sign in to comment.