From 7be181979898da5cca04013c78516bb690a37393 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:40:19 +0000 Subject: [PATCH] Update mysql to 1.19.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a8943de..49166ca 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ libraryDependencies += { libraryDependencies ++= Seq( "com.dimafeng" %% "testcontainers-scala" % "0.41.2" % "test", - "org.testcontainers" % "mysql" % "1.19.4" % "test", + "org.testcontainers" % "mysql" % "1.19.5" % "test", "com.mysql" % "mysql-connector-j" % "8.3.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.17" % "test", "com.h2database" % "h2" % "1.4.192" % "test",