From 63475908df06e83c4b5fc175768979ee510a2f2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 00:09:39 +0000 Subject: [PATCH] Update mysql-connector-j to 9.3.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0c236f079..467cb9775 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -178,7 +178,7 @@ object Dependencies { val mariadb = Seq( "com.dimafeng" %% "testcontainers-scala-mariadb" % Versions.testContainers % Test excludeAll (jnaExclusions: _*), "org.mariadb.jdbc" % "mariadb-java-client" % "3.5.3" % Test, - "com.mysql" % "mysql-connector-j" % "9.2.0" % Test + "com.mysql" % "mysql-connector-j" % "9.3.0" % Test ) val jinja = Seq(