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 b598ef60 Update mockito-core to 5.23.0 (#693)
b598ef60 is described below

commit b598ef60e51702ffd4c496904c0b5cfbb15b9162
Author: Scala Steward <[email protected]>
AuthorDate: Thu Mar 12 20:40:47 2026 +0100

    Update mockito-core to 5.23.0 (#693)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 717fe028..d263f996 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.22.0" % Test,
+    "org.mockito" % "mockito-core" % "5.23.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]

Reply via email to