You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2024/01/25 09:39:51 UTC

(tika) branch main updated: TIKA-4166: update mockito

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new a7a12f705 TIKA-4166: update mockito
a7a12f705 is described below

commit a7a12f70502ed4dd46956df88397b006435a74f3
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Jan 25 10:39:42 2024 +0100

    TIKA-4166: update mockito
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 36273ad89..5e8403319 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -388,7 +388,7 @@
     <metadata.extractor.version>2.19.0</metadata.extractor.version>
     <microsoft.translator.version>0.6.2</microsoft.translator.version>
     <mime4j.version>0.8.9</mime4j.version>
-    <mockito.version>5.9.0</mockito.version>
+    <mockito.version>5.10.0</mockito.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <netty.version>4.1.106.Final</netty.version>
     <oak.jackrabbit.version>1.60.0</oak.jackrabbit.version>