Skip to content

Commit bfb02ee

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update mysql, postgresql to 1.20.6
1 parent c129aae commit bfb02ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ libraryDependencies ++= Seq(
6262
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
6363
"org.mockito" % "mockito-core" % "5.16.0" % "test",
6464
"com.dimafeng" %% "testcontainers-scala" % "0.41.8" % "test",
65-
"org.testcontainers" % "mysql" % "1.20.5" % "test",
66-
"org.testcontainers" % "postgresql" % "1.20.5" % "test",
65+
"org.testcontainers" % "mysql" % "1.20.6" % "test",
66+
"org.testcontainers" % "postgresql" % "1.20.6" % "test",
6767
"net.i2p.crypto" % "eddsa" % "0.3.0",
6868
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
6969
"org.ec4j.core" % "ec4j-core" % "1.1.0",

0 commit comments

Comments
 (0)