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/22 07:52:56 UTC

[tika] branch branch_1x updated: TIKA-3770: update jackson

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 9a5afd26f TIKA-3770: update jackson
9a5afd26f is described below

commit 9a5afd26f62aec8be2b16b6985798aa3d4520fba
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sun May 22 09:52:38 2022 +0200

    TIKA-3770: update jackson
---
 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 b35904234..ee2ee56fe 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -283,8 +283,8 @@
     <cxf.version>3.5.2</cxf.version>
     <slf4j.version>1.7.36</slf4j.version>
     <log4j2.version>2.17.2</log4j2.version>
-    <jackson.version>2.13.2</jackson.version>
-    <jackson.databind.version>2.13.2.2</jackson.databind.version>
+    <jackson.version>2.13.3</jackson.version>
+    <jackson.databind.version>2.13.3</jackson.databind.version>
     <!-- when this is next upgraded, see if we can get rid of
          javax.activation dependency in tika-server.
          Until then, DO NOT go above 2.x unless you know what you're doing.