This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/postgresql-42.7.3
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
commit 3a3590f6f44e580ecf42199a6fea22cd57ba4da4
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 7 00:21:00 2024 +0000
Update postgresql to 42.7.3
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b81fdd6..ec980ad 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -52,7 +52,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.3.10" % Test
+ val postgresql = "org.postgresql" % "postgresql" % "42.7.3" % Test
val logback = "ch.qos.logback" % "logback-classic" % "1.3.14" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]