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

mdedetrich 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 ee803e2  Update mysql-connector-java to 8.3.0
ee803e2 is described below

commit ee803e27c289fcc3da79fea03b6f74e285c8a8ff
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 7 00:22:12 2024 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c9a3cf5..5aae2e9 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -75,7 +75,7 @@ object Dependencies {
 
     val h2Driver = Compile.h2Driver % allTestConfig
     val postgresDriver = "org.postgresql" % "postgresql" % "42.7.3" % 
allTestConfig
-    val mysqlDriver = "mysql" % "mysql-connector-java" % "8.0.33" % 
allTestConfig
+    val mysqlDriver = "com.mysql" % "mysql-connector-j" % "8.3.0" % 
allTestConfig
     val msSQLServerDriver = "com.microsoft.sqlserver" % "mssql-jdbc" % 
"12.6.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]

Reply via email to