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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 65e499b Update mysql-connector-j to 9.1.0 (#244)
65e499b is described below
commit 65e499b853e6f2e3e2461c0815efca35df8ae0a7
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 20 01:41:18 2024 +0100
Update mysql-connector-j to 9.1.0 (#244)
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 30d7d1c..7c9d86d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
val JdbcDrivers = Seq(
"org.postgresql" % "postgresql" % "42.7.4",
"com.h2database" % "h2" % "2.2.224",
- "com.mysql" % "mysql-connector-j" % "9.0.0",
+ "com.mysql" % "mysql-connector-j" % "9.1.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.1.jre8",
"com.oracle.database.jdbc" % "ojdbc8" % "23.5.0.24.07")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]