From c0104c9d55068da21040fdcfa119fa9d7dcb3823 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Oct 2024 23:45:22 +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 ae52973..46abda0 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val `slick-joda-mapper` = project.in(file(".")) "org.joda" % "joda-convert" % "2.2.3" % "provided", "com.h2database" % "h2" % "2.2.224" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test", - "com.mysql" % "mysql-connector-j" % "9.0.0" % "test", + "com.mysql" % "mysql-connector-j" % "9.1.0" % "test", "org.postgresql" % "postgresql" % "42.7.4" % "test", "org.testcontainers" % "mysql" % testContainerVersion % "test", "org.testcontainers" % "postgresql" % testContainerVersion % "test",