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 77252af Update mariadb-java-client to 3.5.7 (#412)
77252af is described below
commit 77252af1c9acfa8599d8fa034a79f7ed42c1e705
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 21 10:41:44 2025 +0100
Update mariadb-java-client to 3.5.7 (#412)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index beddbca..ffc2d55 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
"org.postgresql" % "postgresql" % "42.7.8",
"com.h2database" % "h2" % "2.4.240",
"com.mysql" % "mysql-connector-j" % "9.5.0",
- "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.6",
+ "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.7",
"com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.1.jre11",
"com.oracle.database.jdbc" % "ojdbc8" % "23.26.0.0.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]