From 4eacc97d58d00d60f3bd3eb619fefca6d0c8c453 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:45:44 +0000 Subject: [PATCH] Update mysql-connector-j to 8.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4a757bd..07e1b77 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ libraryDependencies += { libraryDependencies ++= Seq( "com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test", "org.testcontainers" % "mysql" % "1.19.1" % "test", - "com.mysql" % "mysql-connector-j" % "8.1.0" % "test", + "com.mysql" % "mysql-connector-j" % "8.2.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.17" % "test", "com.h2database" % "h2" % "1.4.192" % "test", "ch.qos.logback" % "logback-classic" % "1.4.11" % "test"