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

hepin 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 177549e  Update mysql-connector-j to 9.6.0 (#443)
177549e is described below

commit 177549ec734ed7afe3a9178a893878878c94e6a9
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 31 19:44:16 2026 +0100

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 05c518e..69890a6 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
   val JdbcDrivers = Seq(
     "org.postgresql" % "postgresql" % "42.7.9",
     "com.h2database" % "h2" % "2.4.240",
-    "com.mysql" % "mysql-connector-j" % "9.5.0",
+    "com.mysql" % "mysql-connector-j" % "9.6.0",
     "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]

Reply via email to