This is an automated email from the ASF dual-hosted git repository.
raboof 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 88876a9 Update r2dbc-mysql to 1.4.3 (#455)
88876a9 is described below
commit 88876a9073a6faa6108cd4a29d0a971da1ead33a
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 22 17:51:24 2026 +0200
Update r2dbc-mysql to 1.4.3 (#455)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 026ea78..1d976a6 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -32,7 +32,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 TestDeps {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]