We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904f4e1 commit 4fcb919Copy full SHA for 4fcb919
project/Dependencies.scala
@@ -59,7 +59,7 @@ object Dependencies {
59
"org.apache.pekko" %% "pekko-projection-durable-state" % PekkoProjectionVersion % Test
60
val pekkoProjectionTestKit = "org.apache.pekko" %% "pekko-projection-testkit" % PekkoProjectionVersion % Test
61
62
- val postgresql = "org.postgresql" % "postgresql" % "42.7.8" % Test
+ val postgresql = "org.postgresql" % "postgresql" % "42.7.9" % Test
63
64
val logback = "ch.qos.logback" % "logback-classic" % "1.5.24" % Test
65
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
0 commit comments