Update mockito-core to 4.5.1

This commit is contained in:
Scala Steward
2022-04-21 13:08:37 +00:00
committed by kenji yoshida
parent 4e47ffb1d2
commit 5833e3fcca

View File

@@ -61,7 +61,7 @@ libraryDependencies ++= Seq(
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
"junit" % "junit" % "4.13.2" % "test",
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13,
"org.mockito" % "mockito-core" % "4.5.0" % "test",
"org.mockito" % "mockito-core" % "4.5.1" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.40.5" % "test",
"org.testcontainers" % "mysql" % "1.17.1" % "test",
"org.testcontainers" % "postgresql" % "1.17.1" % "test",