This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch update/mysql-connector-j-9.0.0
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git

commit c7bb6871899ad3c0aae7baebd528657c5f14cbea
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 7 00:15:36 2024 +0000

    Update mysql-connector-j to 9.0.0
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c174d5f..6c5a64b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
   val JdbcDrivers = Seq(
     "org.postgresql" % "postgresql" % "42.7.3",
     "com.h2database" % "h2" % "2.2.224",
-    "com.mysql" % "mysql-connector-j" % "8.4.0",
+    "com.mysql" % "mysql-connector-j" % "9.0.0",
     "com.microsoft.sqlserver" % "mssql-jdbc" % "12.6.1.jre8",
     "com.oracle.database.jdbc" % "ojdbc8" % "23.4.0.24.05")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to