diff --git a/build.sbt b/build.sbt index edd7460..25ef266 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.10.0" % "test", - "com.dimafeng" %% "testcontainers-scala" % "0.41.2" % "test", + "com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test", "org.testcontainers" % "mysql" % "1.19.5" % "test", "org.testcontainers" % "postgresql" % "1.19.5" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0",