Skip to content

Commit 4fcb919

Browse files
committed
Update postgresql to 42.7.9
1 parent 904f4e1 commit 4fcb919

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
@@ -59,7 +59,7 @@ object Dependencies {
5959
"org.apache.pekko" %% "pekko-projection-durable-state" % PekkoProjectionVersion % Test
6060
val pekkoProjectionTestKit = "org.apache.pekko" %% "pekko-projection-testkit" % PekkoProjectionVersion % Test
6161

62-
val postgresql = "org.postgresql" % "postgresql" % "42.7.8" % Test
62+
val postgresql = "org.postgresql" % "postgresql" % "42.7.9" % Test
6363

6464
val logback = "ch.qos.logback" % "logback-classic" % "1.5.24" % Test
6565
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test

0 commit comments

Comments
 (0)