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 b193519a Update mysql-connector-j to 26.7.0 (#583)
b193519a is described below

commit b193519aea45d434e5a4ea4146ec58d0f25f3dbd
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jul 30 18:49:38 2026 +0200

    Update mysql-connector-j to 26.7.0 (#583)
    
    Co-authored-by: PJ Fanning <[email protected]>
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3c3680ad..84cbb006 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
   val JdbcDrivers = Seq(
     "org.postgresql" % "postgresql" % "42.7.13",
     "com.h2database" % "h2" % "2.4.240",
-    "com.mysql" % "mysql-connector-j" % "9.7.0",
+    "com.mysql" % "mysql-connector-j" % "26.7.0",
     "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]

Reply via email to