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 dc7ef019 Update mariadb-java-client to 3.5.10 (#584)
dc7ef019 is described below
commit dc7ef01945030aa13fdfbfa24ed21b6f0d7bac18
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jul 30 18:08:14 2026 +0200
Update mariadb-java-client to 3.5.10 (#584)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 824173f6..3c3680ad 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
"org.postgresql" % "postgresql" % "42.7.13",
"com.h2database" % "h2" % "2.4.240",
"com.mysql" % "mysql-connector-j" % "9.7.0",
- "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.9",
+ "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.10",
"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]