Update mysql, postgresql to 1.16.2

This commit is contained in:
Scala Steward
2021-10-22 17:02:21 +00:00
committed by kenji yoshida
parent 0755b7ab7f
commit 0fd1db4596

View File

@@ -64,8 +64,8 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13,
"org.mockito" % "mockito-core" % "4.0.0" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.39.9" % "test",
"org.testcontainers" % "mysql" % "1.16.1" % "test",
"org.testcontainers" % "postgresql" % "1.16.1" % "test",
"org.testcontainers" % "mysql" % "1.16.2" % "test",
"org.testcontainers" % "postgresql" % "1.16.2" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
"org.ec4j.core" % "ec4j-core" % "0.3.0",