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 2021/03/06 12:56:26 UTC

[tika] branch branch_1x updated: TIKA-3244: 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 de548d4  TIKA-3244: update mockito
de548d4 is described below

commit de548d4b6ee9aa64f6a42421d1d721e16eb68ed7
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Mar 6 13:55:52 2021 +0100

    TIKA-3244: 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 7e77aef..bc1bdca 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -350,7 +350,7 @@
     <jaxb.version>3.0.0</jaxb.version>
     <cli.version>1.4</cli.version>
     <lucene.version>8.8.1</lucene.version>
-    <mockito.version>3.7.7</mockito.version>
+    <mockito.version>3.8.0</mockito.version>
     <opennlp.version>1.9.3</opennlp.version>
   </properties>