From ae877485040681db83100818300ef565e567a173 Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 17:53:12 +0000 Subject: [PATCH] Update testcontainers-mysql to 2.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e812e0e..ebaf184 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ crossScalaVersions := List("2.12.21", "2.13.18", "3.3.7") libraryDependencies ++= Seq( "com.typesafe.slick" %% "slick" % "3.6.1", - "org.testcontainers" % "testcontainers-mysql" % "2.0.3" % "test", + "org.testcontainers" % "testcontainers-mysql" % "2.0.4" % "test", "com.mysql" % "mysql-connector-j" % "9.6.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test", "com.h2database" % "h2" % "1.4.192" % "test",