We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f168b05 commit 38bb5adCopy full SHA for 38bb5ad
project/Dependencies.scala
@@ -114,7 +114,7 @@ object Dependencies {
114
"com.typesafe.akka" %% "akka-http-core" % AkkaHttpVersion,
115
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
116
"com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test,
117
- "org.mockito" % "mockito-core" % "5.11.0" % Test,
+ "org.mockito" % "mockito-core" % "5.12.0" % Test,
118
"com.typesafe.akka" %% "akka-http-testkit" % AkkaHttpVersion % Test,
119
"com.typesafe.akka" %% "akka-distributed-data" % AkkaVersion % Test,
120
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
0 commit comments