Skip to content

Commit 38bb5ad

Browse files
bump: mockito-core 5.12.0 (was 5.11.0) (#1294)
1 parent f168b05 commit 38bb5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ object Dependencies {
114114
"com.typesafe.akka" %% "akka-http-core" % AkkaHttpVersion,
115115
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
116116
"com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test,
117-
"org.mockito" % "mockito-core" % "5.11.0" % Test,
117+
"org.mockito" % "mockito-core" % "5.12.0" % Test,
118118
"com.typesafe.akka" %% "akka-http-testkit" % AkkaHttpVersion % Test,
119119
"com.typesafe.akka" %% "akka-distributed-data" % AkkaVersion % Test,
120120
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,

0 commit comments

Comments
 (0)