This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch update/postgresql-42.7.8 in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
commit 3f2400bba1c596ed4d78f80a428d89b3e89ff1f0 Author: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> AuthorDate: Sun Sep 21 00:28:40 2025 +0000 Update postgresql to 42.7.8 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 01b7bfa..af6c233 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -60,7 +60,7 @@ object Dependencies { "org.apache.pekko" %% "pekko-projection-durable-state" % PekkoProjectionVersion % Test val pekkoProjectionTestKit = "org.apache.pekko" %% "pekko-projection-testkit" % PekkoProjectionVersion % Test - val postgresql = "org.postgresql" % "postgresql" % "42.7.7" % Test + val postgresql = "org.postgresql" % "postgresql" % "42.7.8" % Test val logback = "ch.qos.logback" % "logback-classic" % "1.3.15" % Test val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org