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 2022/05/31 03:16:10 UTC

[tika] branch branch_1x updated: TIKA-3780: update mockito

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

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


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

commit f5726b5a1256beaa6dd59efe395cf50f6cb7c34b
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Tue May 31 05:15:58 2022 +0200

    TIKA-3780: 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 cb4e181b7..621a46b0c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -291,7 +291,7 @@
     <jaxb.version>2.3.5</jaxb.version>
     <cli.version>1.5.0</cli.version>
     <lucene.version>8.11.1</lucene.version>
-    <mockito.version>4.5.1</mockito.version>
+    <mockito.version>4.6.0</mockito.version>
     <lombok.version>1.18.24</lombok.version>
     <opennlp.version>1.9.4</opennlp.version>
     <xerces.version>2.12.2</xerces.version>