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 5fd3a75 Update mysql-connector-j to 9.4.0 (#292)
5fd3a75 is described below
commit 5fd3a75be0208340301bdbd18177ea6e061182b6
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 3 01:42:43 2025 +0100
Update mysql-connector-j to 9.4.0 (#292)
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 e1a5a28..96bba16 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -82,7 +82,7 @@ object Dependencies {
val h2Driver = Compile.h2Driver
val postgresDriver = "org.postgresql" % "postgresql" % "42.7.7"
- val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.3.0"
+ val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.4.0"
val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"12.10.1.jre8"
val oracleDriver = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]