Update mysql, postgresql to 1.15.3

This commit is contained in:
Scala Steward
2021-04-15 12:01:41 +02:00
committed by kenji yoshida
parent 131af7f4fa
commit 80112d3437

View File

@@ -64,8 +64,8 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "3.9.0" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.39.3" % "test",
"org.testcontainers" % "mysql" % "1.15.2" % "test",
"org.testcontainers" % "postgresql" % "1.15.2" % "test",
"org.testcontainers" % "mysql" % "1.15.3" % "test",
"org.testcontainers" % "postgresql" % "1.15.3" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
"org.ec4j.core" % "ec4j-core" % "0.3.0",