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-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new c928e49  Update mysql-connector-j to 9.2.0 (#262)
c928e49 is described below

commit c928e4943ffab5ffa377902dcd5a8dba6581bac8
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 26 12:51:50 2025 +0800

    Update mysql-connector-j to 9.2.0 (#262)
    
    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 0ca39d6..0952065 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
   val JdbcDrivers = Seq(
     "org.postgresql" % "postgresql" % "42.7.5",
     "com.h2database" % "h2" % "2.2.224",
-    "com.mysql" % "mysql-connector-j" % "9.1.0",
+    "com.mysql" % "mysql-connector-j" % "9.2.0",
     "com.microsoft.sqlserver" % "mssql-jdbc" % "12.8.1.jre8",
     "com.oracle.database.jdbc" % "ojdbc8" % "23.6.0.24.10")
 


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

Reply via email to