Skip to content

Commit 02b4b12

Browse files
bump: mockito-core 5.13.0 (was 5.12.0) (#1317)
1 parent 2985300 commit 02b4b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ object Dependencies {
124124
"com.typesafe.akka" %% "akka-http-core" % AkkaHttpVersion,
125125
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
126126
"com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test,
127-
"org.mockito" % "mockito-core" % "5.12.0" % Test,
127+
"org.mockito" % "mockito-core" % "5.13.0" % Test,
128128
"com.typesafe.akka" %% "akka-http-testkit" % AkkaHttpVersion % Test,
129129
"com.typesafe.akka" %% "akka-distributed-data" % AkkaVersion % Test,
130130
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,

0 commit comments

Comments
 (0)