Update mysql, postgresql to 1.19.2

This commit is contained in:
Scala Steward
2023-11-15 04:37:54 +00:00
committed by kenji yoshida
parent 36de0b3097
commit 66d9ce328d

View File

@@ -65,8 +65,8 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "5.7.0" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
"org.testcontainers" % "mysql" % "1.19.1" % "test",
"org.testcontainers" % "postgresql" % "1.19.1" % "test",
"org.testcontainers" % "mysql" % "1.19.2" % "test",
"org.testcontainers" % "postgresql" % "1.19.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",