Update testcontainers to 1.15.2

This commit is contained in:
Scala Steward
2021-02-12 03:22:40 +01:00
committed by GitHub
parent 0f45311d5e
commit a89608a2e2

View File

@@ -66,8 +66,8 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "3.7.7" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.39.0" % "test",
"org.testcontainers" % "mysql" % "1.15.1" % "test",
"org.testcontainers" % "postgresql" % "1.15.1" % "test",
"org.testcontainers" % "mysql" % "1.15.2" % "test",
"org.testcontainers" % "postgresql" % "1.15.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",