This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new a28658f Update postgresql to 42.7.11 (#362)
a28658f is described below
commit a28658fe0984289079e216b0a60f8d1876448aed
Author: Scala Steward <[email protected]>
AuthorDate: Wed Apr 29 17:40:12 2026 +0200
Update postgresql to 42.7.11 (#362)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 87a56a3..4ba276d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -59,7 +59,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.10" % Test
+ val postgresql = "org.postgresql" % "postgresql" % "42.7.11" % Test
val logback = "ch.qos.logback" % "logback-classic" % "1.5.32" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.20" % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]