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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 7833913 Update mysql-connector-j to 9.7.0 (#448)
7833913 is described below
commit 78339134bddef8099eab18f6a0ef7284c1391dbb
Author: Scala Steward <[email protected]>
AuthorDate: Thu Apr 23 18:34:53 2026 +0200
Update mysql-connector-j to 9.7.0 (#448)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6abee95..bc8beec 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -79,7 +79,7 @@ object Dependencies {
val h2Driver = Compile.h2Driver
val postgresDriver = "org.postgresql" % "postgresql" % "42.7.10"
- val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.6.0"
+ val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.7.0"
val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.4.0.jre11"
val oracleDriver = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]