Skip to content

Commit b8ef50a

Browse files
scala-text-bot[bot]xuwei-k
authored andcommitted
Update mockito-core to 5.17.0
1 parent 5614eac commit b8ef50a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cleanFiles += compiledSrcDir
2222
libraryDependencies ++= Seq(
2323
// TODO sbtがScala 2.13対応したら再び有効化
2424
// "org.scala-sbt" % "sbt" % sbtVersion.value,
25-
"org.mockito" % "mockito-core" % "5.16.1",
25+
"org.mockito" % "mockito-core" % "5.17.0",
2626
"org.scalacheck" %% "scalacheck" % "1.18.1",
2727
"org.scalatest" %% "scalatest-flatspec" % "3.2.19", // mdocで使うので、テストライブラリだが、わざとcompileスコープ
2828
"org.scalatest" %% "scalatest-diagrams" % "3.2.19"

Diff for: src/test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ BDDでテストを書くことによってテストによってどのような
401401
`build.sbt`に以下を追記することで利用可能になります。
402402

403403
```scala
404-
libraryDependencies += "org.mockito" % "mockito-core" % "5.16.1" % "test"
404+
libraryDependencies += "org.mockito" % "mockito-core" % "5.17.0" % "test"
405405
```
406406

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

0 commit comments

Comments
 (0)