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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 9af4ba2 Update mysql-connector-j to 9.2.0 (#250)
9af4ba2 is described below
commit 9af4ba286e9ccbde35afb0c46ee75994465cef7c
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 26 12:50:52 2025 +0800
Update mysql-connector-j to 9.2.0 (#250)
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 29b97c3..9ac54d6 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -82,7 +82,7 @@ object Dependencies {
val h2Driver = Compile.h2Driver % allTestConfig
val postgresDriver = "org.postgresql" % "postgresql" % "42.7.5" %
allTestConfig
- val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.1.0" %
allTestConfig
+ val mysqlDriver = "com.mysql" % "mysql-connector-j" % "9.2.0" %
allTestConfig
val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" %
"12.8.1.jre8" % allTestConfig
val oracleDriver = "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" %
allTestConfig
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]