This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch update/r2dbc-mysql-1.4.0
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git

commit 9322a1c2e6f0ed3c16105b4b99ba3d0f0c935148
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 23 00:25:42 2025 +0000

    Update r2dbc-mysql to 1.4.0
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 012e235..4eb18a8 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.2.RELEASE"
     val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "1.0.7.RELEASE"
-    val r2dbcMysql = "io.asyncer" % "r2dbc-mysql" % "1.3.2"
+    val r2dbcMysql = "io.asyncer" % "r2dbc-mysql" % "1.4.0"
   }
 
   object TestDeps {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to