diff --git a/build.sbt b/build.sbt index 8b39824..d21ead4 100644 --- a/build.sbt +++ b/build.sbt @@ -66,8 +66,8 @@ "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "3.7.7" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.39.0" % "test", - "org.testcontainers" % "mysql" % "1.15.1" % "test", - "org.testcontainers" % "postgresql" % "1.15.1" % "test", + "org.testcontainers" % "mysql" % "1.15.2" % "test", + "org.testcontainers" % "postgresql" % "1.15.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",