This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 db4ef32 Update postgresql to 42.7.9 (#293)
db4ef32 is described below
commit db4ef32126394e86f443ec04f6540d37e5be4ef3
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 17 18:00:13 2026 +0100
Update postgresql to 42.7.9 (#293)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 370814a..52483d4 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.8" % Test
+ val postgresql = "org.postgresql" % "postgresql" % "42.7.9" % Test
val logback = "ch.qos.logback" % "logback-classic" % "1.5.24" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]