Skip to content

Commit 8b2ee4f

Browse files
Update mockito-core to 5.20.0
1 parent a802890 commit 8b2ee4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ libraryDependencySchemes ++= Seq(
2727

2828
libraryDependencies ++= Seq(
2929
"org.scala-sbt" % "sbt" % "2.0.0-RC4",
30-
"org.mockito" % "mockito-core" % "5.19.0",
30+
"org.mockito" % "mockito-core" % "5.20.0",
3131
"org.scalacheck" %% "scalacheck" % "1.19.0",
3232
"org.scalatest" %% "scalatest-flatspec" % "3.2.19", // mdocで使うので、テストライブラリだが、わざとcompileスコープ
3333
"org.scalatest" %% "scalatest-diagrams" % "3.2.19"

src/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ BDDでテストを書くことによってテストによってどのような
407407
`build.sbt`に以下を追記することで利用可能になります。
408408

409409
```scala mdoc:nest:silent
410-
libraryDependencies += "org.mockito" % "mockito-core" % "5.19.0" % "test"
410+
libraryDependencies += "org.mockito" % "mockito-core" % "5.20.0" % "test"
411411
```
412412

413413
なお、mockitoのversion 5以降はJava 11以上が必要です。8を使用している場合はmockitoのversion 4を使ってください。

0 commit comments

Comments
 (0)