Update mysql, postgresql to 1.21.2

This commit is contained in:
Scala Steward
2025-06-19 02:27:21 +00:00
committed by kenji yoshida
parent 6b47c49cdd
commit 2a68ffc8dc

View File

@@ -62,8 +62,8 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "5.18.0" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.43.0" % "test",
"org.testcontainers" % "mysql" % "1.21.1" % "test",
"org.testcontainers" % "postgresql" % "1.21.1" % "test",
"org.testcontainers" % "mysql" % "1.21.2" % "test",
"org.testcontainers" % "postgresql" % "1.21.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",