Skip to content

Commit

Permalink
Update postgresql to 1.20.3 (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Oct 27, 2024
1 parent 65e499b commit 61b8c34
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 @@ -39,6 +39,6 @@ object Dependencies {
val Migration: Seq[ModuleID] = Seq(
"com.typesafe" % "config" % "1.4.3",
"ch.qos.logback" % "logback-classic" % LogbackVersion,
"org.testcontainers" % "postgresql" % "1.20.2" % Test,
"org.testcontainers" % "postgresql" % "1.20.3" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit 61b8c34

Please sign in to comment.