Update mysql, postgresql to 1.17.3

This commit is contained in:
Scala Steward
2022-06-29 08:51:48 +00:00
committed by kenji yoshida
parent bfd9ecd130
commit a91b1c7e79

View File

@@ -63,8 +63,8 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13,
"org.mockito" % "mockito-core" % "4.6.1" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.8" % "test",
"org.testcontainers" % "mysql" % "1.17.2" % "test",
"org.testcontainers" % "postgresql" % "1.17.2" % "test",
"org.testcontainers" % "mysql" % "1.17.3" % "test",
"org.testcontainers" % "postgresql" % "1.17.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",