Update mysql, postgresql to 1.19.8

This commit is contained in:
Scala Steward
2024-05-09 01:40:06 +00:00
committed by kenji yoshida
parent bfd7f3b2bc
commit 275101d11b

View File

@@ -59,8 +59,8 @@ libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "5.11.0" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
"org.testcontainers" % "mysql" % "1.19.7" % "test",
"org.testcontainers" % "postgresql" % "1.19.7" % "test",
"org.testcontainers" % "mysql" % "1.19.8" % "test",
"org.testcontainers" % "postgresql" % "1.19.8" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
"org.ec4j.core" % "ec4j-core" % "0.3.0",