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-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 81f326b7 Update mariadb-java-client to 3.5.9 (#525)
81f326b7 is described below

commit 81f326b790a6701521ba3f9515255970b70b05a4
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jun 14 16:37:22 2026 +0200

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8b3ed360..b5bf16ca 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
     "org.postgresql" % "postgresql" % "42.7.11",
     "com.h2database" % "h2" % "2.4.240",
     "com.mysql" % "mysql-connector-j" % "9.7.0",
-    "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.8",
+    "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.9",
     "com.microsoft.sqlserver" % "mssql-jdbc" % "13.4.0.jre11",
     "com.oracle.database.jdbc" % "ojdbc8" % "23.26.2.0.0")
 


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

Reply via email to