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 2e23a047 Update mysql-connector-j to 26.7.0 (#594)
2e23a047 is described below
commit 2e23a0470340fd4d14705407662339d71d4ce45e
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jul 30 18:10:40 2026 +0200
Update mysql-connector-j to 26.7.0 (#594)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1f7e8540..1f5958bd 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -91,7 +91,7 @@ object Dependencies {
val h2Driver = "com.h2database" % "h2" % Versions.h2Driver % "test"
val postgresDriver = "org.postgresql" % "postgresql" % "42.7.13" % "test"
- val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.7.0" % "test"
+ val mysqlDriver = "com.mysql" % "mysql-connector-j" % "26.7.0" % "test"
val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.4.0.jre11" % "test"
val oracleDriver = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % "test"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]