diff --git a/build.sbt b/build.sbt index e548b1cc5..1c380ce2f 100644 --- a/build.sbt +++ b/build.sbt @@ -63,8 +63,8 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.23.0" % "test", - "org.testcontainers" % "testcontainers-mysql" % "2.0.3" % "test", - "org.testcontainers" % "testcontainers-postgresql" % "2.0.3" % "test", + "org.testcontainers" % "testcontainers-mysql" % "2.0.4" % "test", + "org.testcontainers" % "testcontainers-postgresql" % "2.0.4" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "1.2.0",