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

Philippus 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 36de7e7  Update mysql-connector-j to 9.7.0 (#491)
36de7e7 is described below

commit 36de7e71c142f783eebf6da11323b32317efbb06
Author: Scala Steward <[email protected]>
AuthorDate: Thu Apr 23 16:44:26 2026 +0200

    Update mysql-connector-j to 9.7.0 (#491)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 79b562d..9f3572f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
   val JdbcDrivers = Seq(
     "org.postgresql" % "postgresql" % "42.7.10",
     "com.h2database" % "h2" % "2.4.240",
-    "com.mysql" % "mysql-connector-j" % "9.6.0",
+    "com.mysql" % "mysql-connector-j" % "9.7.0",
     "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