diff --git a/build.sbt b/build.sbt index 40b4b3959..d9bdbfae9 100644 --- a/build.sbt +++ b/build.sbt @@ -62,8 +62,8 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test", "org.mockito" % "mockito-core" % "5.21.0" % "test", - "org.testcontainers" % "testcontainers-mysql" % "2.0.2" % "test", - "org.testcontainers" % "testcontainers-postgresql" % "2.0.2" % "test", + "org.testcontainers" % "testcontainers-mysql" % "2.0.3" % "test", + "org.testcontainers" % "testcontainers-postgresql" % "2.0.3" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", "org.ec4j.core" % "ec4j-core" % "1.2.0",