From 2e4e2e8970b766e476b1bc47feae40285210d5a7 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:21:12 +0000 Subject: [PATCH] Update mysql-connector-j to 9.1.0 (#3115) Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> Co-authored-by: Juliano Alves --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2516188d1..0ee1848bc 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" % "6.2.1" 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.232" % Test, "org.postgresql" % "postgresql" % "42.7.4" % Test, "org.xerial" % "sqlite-jdbc" % "3.47.0.0" % Test,