You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/12/19 12:53:00 UTC

[tika] branch main updated: TIKA-3625

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

tallison 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 8c31f88  TIKA-3625
8c31f88 is described below

commit 8c31f88283c29be5243c8f896ae3e6c9adbbc3ed
Author: tallison <ta...@apache.org>
AuthorDate: Sun Dec 19 07:52:42 2021 -0500

    TIKA-3625
---
 CHANGES.txt         | 4 +++-
 tika-parent/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 778c885..0343c65 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
 Relesae 2.2.2 - ???
 
+   * Upgrade log4j to 2.17.0 (TIKA-3625).
+
    * Upgrade to PDFBox 2.0.25 (TIKA-3622)
 
 Release 2.2.1 - 12/17/2021
@@ -7,7 +9,7 @@ Release 2.2.1 - 12/17/2021
    * Fix bug that prevented metadata keys in the UnpackerResource
      in tika-server (TIKA-3624).
 
-   * Upgrade log4j to 2.0.16 (TIKA-3623)
+   * Upgrade log4j to 2.16.0 (TIKA-3623)
 
 Release 2.2.0 - 12/13/2021
 
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index eb85621..90f3c60 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -331,7 +331,7 @@
     <juniversalchardet.version>1.0.3</juniversalchardet.version>
     <junrar.version>7.4.0</junrar.version>
     <libpst.version>0.9.3</libpst.version>
-    <log4j2.version>2.16.0</log4j2.version>
+    <log4j2.version>2.17.0</log4j2.version>
     <lombok.version>1.18.20</lombok.version>
     <lucene.version>8.11.0</lucene.version>
     <metadata.extractor.version>2.16.0</metadata.extractor.version>