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 c9eeb60 Update postgresql to 42.7.13 (#443)
c9eeb60 is described below
commit c9eeb6090d222863b61de7197ac72cbe636dcc26
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 8 18:19:11 2026 +0200
Update postgresql to 42.7.13 (#443)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index acc9c32..c331c22 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -52,7 +52,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.12" % Test
+ val postgresql = "org.postgresql" % "postgresql" % "42.7.13" % 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]