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 5a49f66 Update postgresql to 42.3.10 (#112)
5a49f66 is described below
commit 5a49f664992921563ac3fad22d3ca05b7e22676c
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 6 16:41:45 2024 +0200
Update postgresql to 42.3.10 (#112)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1e85418..5cedbde 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.8" % Test
+ val postgresql = "org.postgresql" % "postgresql" % "42.3.10" % Test
val logback = "ch.qos.logback" % "logback-classic" % "1.2.13" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.14" % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]