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 2020/12/11 05:10:41 UTC

[tika] 01/02: TIKA-3244: update jackson and 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

commit c60084dd166b95166ddca402dfaa6d2bd70f4b11
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Thu Dec 10 10:33:04 2020 +0100

    TIKA-3244: update jackson and mockito
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index dcaca3a..e0bfe66 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -344,13 +344,13 @@
 
     <cxf.version>3.4.1</cxf.version>
     <slf4j.version>1.7.30</slf4j.version>
-    <jackson.version>2.11.3</jackson.version>
+    <jackson.version>2.12.0</jackson.version>
     <!-- when this is next upgraded, see if we can get rid of
          javax.activation dependency in tika-server -->
     <jaxb.version>2.3.3</jaxb.version>
     <cli.version>1.4</cli.version>
     <lucene.version>8.7.0</lucene.version>
-    <mockito.version>3.6.0</mockito.version>
+    <mockito.version>3.6.28</mockito.version>
     <opennlp.version>1.9.3</opennlp.version>
   </properties>