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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new c0b91a3c Update r2dbc-mysql to 1.4.3 (#584)
c0b91a3c is described below
commit c0b91a3c46593657d856987c40bbb34aa4adf3a3
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 22 23:48:58 2026 +0200
Update r2dbc-mysql to 1.4.3 (#584)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9d7e310b..9c93715a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -68,7 +68,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.2.RELEASE"
- val r2dbcMysql = "io.asyncer" % "r2dbc-mysql" % "1.4.2"
+ val r2dbcMysql = "io.asyncer" % "r2dbc-mysql" % "1.4.3"
}
object Test {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]