Update mockito-core to 5.22.0

This commit is contained in:
gitbucket-bot[bot]
2026-02-27 17:37:32 +00:00
committed by kenji yoshida
parent 40555c8464
commit 35d670843f

View File

@@ -62,7 +62,7 @@ libraryDependencies ++= Seq(
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
"junit" % "junit" % "4.13.2" % "test",
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "5.21.0" % "test",
"org.mockito" % "mockito-core" % "5.22.0" % "test",
"org.testcontainers" % "testcontainers-mysql" % "2.0.3" % "test",
"org.testcontainers" % "testcontainers-postgresql" % "2.0.3" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",