Update testcontainers-mysql, ... to 2.0.4 (#3991)

Co-authored-by: gitbucket-bot[bot] <256891351+gitbucket-bot[bot]@users.noreply.github.com>
This commit is contained in:
gitbucket-bot[bot]
2026-03-20 02:59:44 +09:00
committed by GitHub
parent 32bf51ff1a
commit eea43c30d2

View File

@@ -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",