From cbf446a087c81ec2375ed1bb6d0a65634ec43144 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jun 2024 23:20:33 +0000 Subject: [PATCH] Update testcontainers-scala to 0.41.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ae7ca20..1d924d0 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val `slick-joda-mapper` = project.in(file(".")) "joda-time" % "joda-time" % "2.12.7" % "provided", "org.joda" % "joda-convert" % "2.2.3" % "provided", "com.h2database" % "h2" % "2.2.224" % "test", - "com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test", + "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test", "com.mysql" % "mysql-connector-j" % "8.4.0" % "test", "org.postgresql" % "postgresql" % "42.7.3" % "test", "org.testcontainers" % "mysql" % testContainerVersion % "test",