Update testcontainers-mysql, ... to 2.0.2

This commit is contained in:
Scala Steward
2025-11-13 20:45:11 +00:00
committed by kenji yoshida
parent 1b763c753c
commit 8a79de8b50

View File

@@ -62,8 +62,8 @@ libraryDependencies ++= Seq(
"junit" % "junit" % "4.13.2" % "test",
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "5.20.0" % "test",
"org.testcontainers" % "testcontainers-mysql" % "2.0.1" % "test",
"org.testcontainers" % "testcontainers-postgresql" % "2.0.1" % "test",
"org.testcontainers" % "testcontainers-mysql" % "2.0.2" % "test",
"org.testcontainers" % "testcontainers-postgresql" % "2.0.2" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
"org.ec4j.core" % "ec4j-core" % "1.1.1",