diff --git a/build.sbt b/build.sbt index 033993e..64080e7 100644 --- a/build.sbt +++ b/build.sbt @@ -74,8 +74,8 @@ "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.3.1" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.40.16" % "test", - "org.testcontainers" % "mysql" % "1.18.1" % "test", - "org.testcontainers" % "postgresql" % "1.18.1" % "test", + "org.testcontainers" % "mysql" % "1.18.2" % "test", + "org.testcontainers" % "postgresql" % "1.18.2" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "0.3.0",