This is an automated email from the ASF dual-hosted git repository.
engelen 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 e8bcf8c Update r2dbc-postgresql to 1.0.5.RELEASE (#116)
e8bcf8c is described below
commit e8bcf8c9fd3a8596ad9b72f8110446e4cdfcd9c3
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 14 08:26:19 2024 +0200
Update r2dbc-postgresql to 1.0.5.RELEASE (#116)
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 ec980ad..fa861a9 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
val r2dbcSpi = "io.r2dbc" % "r2dbc-spi" % "1.0.0.RELEASE"
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.1.RELEASE"
val r2dbcPostgres = Seq(
- "org.postgresql" % "r2dbc-postgresql" % "1.0.4.RELEASE")
+ "org.postgresql" % "r2dbc-postgresql" % "1.0.5.RELEASE")
}
object TestDeps {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]