Skip to content

Commit e4d3bd1

Browse files
Update postgresql to 1.20.4 (#251)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent 38f2c50 commit e4d3bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ object Dependencies {
3939
val Migration: Seq[ModuleID] = Seq(
4040
"com.typesafe" % "config" % "1.4.3",
4141
"ch.qos.logback" % "logback-classic" % LogbackVersion,
42-
"org.testcontainers" % "postgresql" % "1.20.3" % Test,
42+
"org.testcontainers" % "postgresql" % "1.20.4" % Test,
4343
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
4444
}

0 commit comments

Comments
 (0)