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/14 16:27:22 UTC

[tika] branch main updated: bump required version of log4j2 to >= 2.16.0

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 d64b43d  bump required version of log4j2 to >= 2.16.0
d64b43d is described below

commit d64b43d5181c0d45f7d843d93f9afb244f6b3c32
Author: tallison <ta...@apache.org>
AuthorDate: Tue Dec 14 11:26:15 2021 -0500

    bump required version of log4j2 to >= 2.16.0
---
 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 fc1944c..fe305de 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -767,7 +767,7 @@
               <rules>
                 <bannedDependencies>
                   <excludes>
-                    <exclude>org.apache.logging.log4j:log4j-core:(,2.15.0)</exclude>
+                    <exclude>org.apache.logging.log4j:log4j-core:(,2.16.0)</exclude>
                   </excludes>
                 </bannedDependencies>
               </rules>