Skip to content

Commit

Permalink
Merge pull request #3627 from nationalarchives/update/mockito-core-5.…
Browse files Browse the repository at this point in the history
…10.0

Update mockito-core to 5.10.0
  • Loading branch information
TomJKing authored Jan 26, 2024
2 parents e8091f5 + 26d14d9 commit dd83db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ libraryDependencies ++= Seq(
"io.opentelemetry.contrib" % "opentelemetry-aws-xray" % "1.32.0",
"io.opentelemetry.contrib" % "opentelemetry-aws-xray-propagator" % "1.22.0-alpha",
"com.github.tomakehurst" % "wiremock-standalone" % "3.0.1" % Test,
"org.mockito" % "mockito-core" % "5.9.0" % Test,
"org.mockito" % "mockito-core" % "5.10.0" % Test,
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test
)

Expand Down

0 comments on commit dd83db1

Please sign in to comment.