Skip to content

Commit a6254ab

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update mockito-core to 5.16.0
1 parent b505c3d commit a6254ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ libraryDependencies ++= Seq(
6060
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
6161
"junit" % "junit" % "4.13.2" % "test",
6262
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
63-
"org.mockito" % "mockito-core" % "5.15.2" % "test",
63+
"org.mockito" % "mockito-core" % "5.16.0" % "test",
6464
"com.dimafeng" %% "testcontainers-scala" % "0.41.8" % "test",
6565
"org.testcontainers" % "mysql" % "1.20.5" % "test",
6666
"org.testcontainers" % "postgresql" % "1.20.5" % "test",

0 commit comments

Comments
 (0)