This is an automated email from the ASF dual-hosted git repository.
Philippus 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 2cd8a7b Update postgresql to 42.7.12 (#435)
2cd8a7b is described below
commit 2cd8a7bed3be7c53c25d6b4593688880ec70d71e
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 1 00:20:59 2026 +0200
Update postgresql to 42.7.12 (#435)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3f45584..7efc903 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -51,7 +51,7 @@ object Dependencies {
val pekkoStreamTyped = "org.apache.pekko" %% "pekko-stream-typed" %
PekkoVersion % Test
val pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % PekkoVersion %
Test
- val postgresql = "org.postgresql" % "postgresql" % "42.7.11" % Test
+ val postgresql = "org.postgresql" % "postgresql" % "42.7.12" % Test
val logback = "ch.qos.logback" % "logback-classic" % "1.5.37" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.20" % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]