From 64628bf2351f34a115ad24b49cf696dfc35ac4b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:16:27 +0000 Subject: [PATCH] Update mysql-connector-j to 9.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 18dcc5eec..5c474a26e 100644 --- a/build.sbt +++ b/build.sbt @@ -532,7 +532,7 @@ lazy val `quill-test-kit` = lazy val jdbcTestingLibraries = Seq( libraryDependencies ++= Seq( "com.zaxxer" % "HikariCP" % "5.1.0" exclude ("org.slf4j", "*"), - "com.mysql" % "mysql-connector-j" % "9.0.0" % Test, + "com.mysql" % "mysql-connector-j" % "9.1.0" % Test, "com.h2database" % "h2" % "2.3.230" % Test, "org.postgresql" % "postgresql" % "42.7.4" % Test, "org.xerial" % "sqlite-jdbc" % "3.46.0.1" % Test,