This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git
The following commit(s) were added to refs/heads/main by this push:
new c5628087 Update mockito-core to 5.22.0 (#666)
c5628087 is described below
commit c5628087a2bd37864d56a961b541c702ec0f09c7
Author: Scala Steward <[email protected]>
AuthorDate: Mon Mar 2 17:02:15 2026 +0100
Update mockito-core to 5.22.0 (#666)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index dd058097..fa21bedc 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -134,7 +134,7 @@ object Dependencies {
"org.apache.pekko" %% "pekko-http-core" % pekkoHttpVersion,
"org.apache.pekko" %% "pekko-http-spray-json" % pekkoHttpVersion,
"org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test,
- "org.mockito" % "mockito-core" % "5.21.0" % Test,
+ "org.mockito" % "mockito-core" % "5.22.0" % Test,
"org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVersion % Test,
"org.apache.pekko" %% "pekko-distributed-data" % pekkoVersion % Test,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]