Update mysql, postgresql to 1.18.1

This commit is contained in:
Scala Steward
2023-05-11 05:40:19 +00:00
committed by kenji yoshida
parent cea4d7e15f
commit 60627060d5

View File

@@ -74,8 +74,8 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "5.3.1" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.15" % "test",
"org.testcontainers" % "mysql" % "1.18.0" % "test",
"org.testcontainers" % "postgresql" % "1.18.0" % "test",
"org.testcontainers" % "mysql" % "1.18.1" % "test",
"org.testcontainers" % "postgresql" % "1.18.1" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
"org.ec4j.core" % "ec4j-core" % "0.3.0",