Skip to content

Commit dcf9a65

Browse files
bump: postgresql 1.21.1 (was 1.21.0) (#922)
1 parent 1084779 commit dcf9a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ object Dependencies {
3434
val Migration: Seq[ModuleID] = Seq(
3535
"com.typesafe" % "config" % "1.4.3",
3636
"ch.qos.logback" % "logback-classic" % "1.5.18",
37-
"org.testcontainers" % "postgresql" % "1.21.0" % Test,
37+
"org.testcontainers" % "postgresql" % "1.21.1" % Test,
3838
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
3939
}

0 commit comments

Comments
 (0)