Skip to content

Commit b37f590

Browse files
scala-text-bot[bot]xuwei-k
authored andcommitted
Update mockito-core to 5.13.0
1 parent 5eca38a commit b37f590

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
@@ -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.12.0",
25+
"org.mockito" % "mockito-core" % "5.13.0",
2626
"org.scalacheck" %% "scalacheck" % "1.18.0",
2727
"org.scalatest" %% "scalatest-flatspec" % "3.2.19", // mdocで使うので、テストライブラリだが、わざとcompileスコープ
2828
"org.scalatest" %% "scalatest-diagrams" % "3.2.19"

src/test.md

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

404404
```scala
405-
libraryDependencies += "org.mockito" % "mockito-core" % "5.12.0" % "test"
405+
libraryDependencies += "org.mockito" % "mockito-core" % "5.13.0" % "test"
406406
```
407407

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

0 commit comments

Comments
 (0)