From fdfd8ec9b2e0dc36e464fcd890c8377a21884515 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 19 Dec 2024 03:11:20 +0000 Subject: [PATCH] Update testcontainers-scala to 0.41.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eb2e3ae57..039533c69 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.14.2" % "test", - "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test", + "com.dimafeng" %% "testcontainers-scala" % "0.41.5" % "test", "org.testcontainers" % "mysql" % "1.20.4" % "test", "org.testcontainers" % "postgresql" % "1.20.4" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0",