This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 9fd7e1b Update mysql-connector-j to 9.5.0 (#331)
9fd7e1b is described below
commit 9fd7e1b666cf40a1ea1c397e8246af85ce2f91c2
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 2 08:51:30 2025 +0100
Update mysql-connector-j to 9.5.0 (#331)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 021c858..4413a09 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.8"
- val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.4.0"
+ val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.5.0"
val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"13.2.1.jre11"
val oracleDriver = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]