From 53036b648377606e67df4f8f9c5c01b61f0f54f2 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:43:33 +0000 Subject: [PATCH] Update mysql to 1.19.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 50e8dc5..4a757bd 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.0" % "test", + "org.testcontainers" % "mysql" % "1.19.1" % "test", "com.mysql" % "mysql-connector-j" % "8.1.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.17" % "test", "com.h2database" % "h2" % "1.4.192" % "test",