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 e685051  Update mysql-connector-j to 8.4.0 (#185)
e685051 is described below

commit e68505127c9e1150c07c0c4c36f27773299aa665
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun May 5 10:35:24 2024 +0100

    Update mysql-connector-j to 8.4.0 (#185)
    
    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 6fb603c..2a1befe 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.3.0",
+    "com.mysql" % "mysql-connector-j" % "8.4.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