Skip to content

Commit

Permalink
bump: mockito-core 5.13.0 (was 5.12.0) (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 29, 2024
1 parent 2985300 commit 02b4b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-http-core" % AkkaHttpVersion,
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
"com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test,
"org.mockito" % "mockito-core" % "5.12.0" % Test,
"org.mockito" % "mockito-core" % "5.13.0" % Test,
"com.typesafe.akka" %% "akka-http-testkit" % AkkaHttpVersion % Test,
"com.typesafe.akka" %% "akka-distributed-data" % AkkaVersion % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
Expand Down

0 comments on commit 02b4b12

Please sign in to comment.