This is an automated email from the ASF dual-hosted git repository.
engelen 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 5db306f Update mysql-connector-j to 9.5.0 (#357)
5db306f is described below
commit 5db306fbfea9ca5fa1e7bc404bedeb2cc6ef81e0
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 3 15:58:36 2025 +0100
Update mysql-connector-j to 9.5.0 (#357)
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 ef54a2f..d725742 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,7 +26,7 @@ object Dependencies {
val JdbcDrivers = Seq(
"org.postgresql" % "postgresql" % "42.7.8",
"com.h2database" % "h2" % "2.4.240",
- "com.mysql" % "mysql-connector-j" % "9.4.0",
+ "com.mysql" % "mysql-connector-j" % "9.5.0",
"com.microsoft.sqlserver" % "mssql-jdbc" % "13.2.1.jre11",
"com.oracle.database.jdbc" % "ojdbc8" % "23.26.0.0.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]