From 9342e05307c882c43fb4250672f37c9d433ce6ad Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:47:47 +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 4b8cb3d..6a8cf3e 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ libraryDependencies ++= Seq( "com.typesafe.slick" %% "slick" % "3.5.2", "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test", "org.testcontainers" % "mysql" % "1.20.2" % "test", - "com.mysql" % "mysql-connector-j" % "9.0.0" % "test", + "com.mysql" % "mysql-connector-j" % "9.1.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test", "com.h2database" % "h2" % "1.4.192" % "test", "ch.qos.logback" % "logback-classic" % "1.5.11" % "test"