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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new dd9f10f  Update mariadb-java-client to 3.5.8 (#481)
dd9f10f is described below

commit dd9f10f6217a4a8de91e6bf5f031621ff56f32c8
Author: Scala Steward <[email protected]>
AuthorDate: Fri Apr 3 17:40:56 2026 +0200

    Update mariadb-java-client to 3.5.8 (#481)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 89bf248..79b562d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
     "org.postgresql" % "postgresql" % "42.7.10",
     "com.h2database" % "h2" % "2.4.240",
     "com.mysql" % "mysql-connector-j" % "9.6.0",
-    "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.7",
+    "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.8",
     "com.microsoft.sqlserver" % "mssql-jdbc" % "13.4.0.jre11",
     "com.oracle.database.jdbc" % "ojdbc8" % "23.26.1.0.0")
 


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

Reply via email to