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-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new d8e35fcc Update mockito-core to 5.23.0 (#481)
d8e35fcc is described below
commit d8e35fcc0198531a8fbe49f1a4420220522a92a9
Author: Scala Steward <[email protected]>
AuthorDate: Mon Mar 23 08:55:21 2026 +0100
Update mockito-core to 5.23.0 (#481)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 2bff4efa..a88b6c73 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.22.0" % Test,
+ "org.mockito" % "mockito-core" % "5.23.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]