This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/r2dbc-postgresql-1.0.8.RELEASE
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
commit 485de134a7b79b864681acac921c28baf09b52a3
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 12 00:28:07 2025 +0000
Update r2dbc-postgresql to 1.0.8.RELEASE
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b194ffa..1bc7fb1 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -33,7 +33,7 @@ object Dependencies {
val r2dbcSpi = "io.r2dbc" % "r2dbc-spi" % "1.0.0.RELEASE"
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.2.RELEASE"
- val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "1.0.7.RELEASE"
+ val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "1.0.8.RELEASE"
val r2dbcMysql = "io.asyncer" % "r2dbc-mysql" % "1.4.1"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]