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 cc3ecaa Update postgresql to 42.7.10 (#319)
cc3ecaa is described below
commit cc3ecaaf8fb9c93d233f7a458e78976bada5a2aa
Author: Scala Steward <[email protected]>
AuthorDate: Fri Feb 13 09:04:56 2026 +0100
Update postgresql to 42.7.10 (#319)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 07c82ce..2c3d20a 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.9" % Test
+ val postgresql = "org.postgresql" % "postgresql" % "42.7.10" % Test
val logback = "ch.qos.logback" % "logback-classic" % "1.5.29" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]