From a4888d9fc3a4f0fa75d639b7c326890444eaf6c9 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:39:41 +0000 Subject: [PATCH] Update mysql to 1.19.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 07e1b77..8f07aea 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ libraryDependencies += { libraryDependencies ++= Seq( "com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test", - "org.testcontainers" % "mysql" % "1.19.1" % "test", + "org.testcontainers" % "mysql" % "1.19.2" % "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",