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:54:13 UTC

[tika] branch branch_1x updated: TIKA-3625 log4j to 2.17.0

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

tallison 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 fcde740  TIKA-3625 log4j to 2.17.0
fcde740 is described below

commit fcde74018ea04237efd11bd223038fb54eb81395
Author: tallison <ta...@apache.org>
AuthorDate: Sun Dec 19 07:54:03 2021 -0500

    TIKA-3625 log4j to 2.17.0
---
 CHANGES.txt         | 1 +
 tika-parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 9c4b323..96e8c1e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 Release 1.28.1 - ??
+   * Upgrade log4j to 2.17.0 (TIKA-3625)
 
    * Upgrade PDFBox to 2.0.25 (TIKA-3622)
 
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 07cc403..37364b4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -282,7 +282,7 @@
 
     <cxf.version>3.4.5</cxf.version>
     <slf4j.version>1.7.32</slf4j.version>
-    <log4j2.version>2.16.0</log4j2.version>
+    <log4j2.version>2.17.0</log4j2.version>
     <jackson.version>2.13.0</jackson.version>
     <!-- when this is next upgraded, see if we can get rid of
          javax.activation dependency in tika-server.