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 41cbad0 Update r2dbc-postgresql to 1.1.2.RELEASE (#421)
41cbad0 is described below
commit 41cbad04e35d077aead05b210d5b8f8a22dd8d31
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jun 22 17:16:26 2026 +0200
Update r2dbc-postgresql to 1.1.2.RELEASE (#421)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6893a9b..f21d23b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -30,7 +30,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.1.1.RELEASE"
+ val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "1.1.2.RELEASE"
val r2dbcMysql = "io.asyncer" % "r2dbc-mysql" % "1.4.2"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]