Update mysql, postgresql to 1.20.6

This commit is contained in:
Scala Steward
2025-03-04 20:39:45 +00:00
committed by kenji yoshida
parent c129aae73a
commit bfb02eef62

View File

@@ -62,8 +62,8 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "5.16.0" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.8" % "test",
"org.testcontainers" % "mysql" % "1.20.5" % "test",
"org.testcontainers" % "postgresql" % "1.20.5" % "test",
"org.testcontainers" % "mysql" % "1.20.6" % "test",
"org.testcontainers" % "postgresql" % "1.20.6" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
"org.ec4j.core" % "ec4j-core" % "1.1.0",