This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/mockito-core-5.21.0
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
commit 8460df3dd6e8b5c13578c857746f308c6bb262a3
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 14 00:11:45 2025 +0000
Update mockito-core to 5.21.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7af33eb2..7427af72 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -39,7 +39,7 @@ object Dependencies {
"org.slf4j" % "log4j-over-slf4j" % slf4jVersion % Test,
// Schema registry uses Glassfish which uses java.util.logging
"org.slf4j" % "jul-to-slf4j" % slf4jVersion % Test,
- "org.mockito" % "mockito-core" % "5.20.0" % Test,
+ "org.mockito" % "mockito-core" % "5.21.0" % Test,
"com.thesamet.scalapb" %% "scalapb-runtime" % scalaPBVersion % Test)
lazy val testKitDependencies = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]