Update mysql, postgresql to 1.18.2
1 parent 59d1250 commit ef69763749a5b61d0e0e2edc601078e773a4cd72
@Scala Steward Scala Steward authored on 30 May 2023
kenji yoshida committed on 30 May 2023
Showing 1 changed file
View
4
build.sbt
"junit" % "junit" % "4.13.2" % "test",
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "5.3.1" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.16" % "test",
"org.testcontainers" % "mysql" % "1.18.1" % "test",
"org.testcontainers" % "postgresql" % "1.18.1" % "test",
"org.testcontainers" % "mysql" % "1.18.2" % "test",
"org.testcontainers" % "postgresql" % "1.18.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",
"org.kohsuke" % "github-api" % "1.314" % "test"