You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/06/21 20:58:49 UTC

[nifi] branch main updated: NIFI-10146 Upgraded Apache Tika from 2.4.0 to 2.4.1

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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 47121614a2 NIFI-10146 Upgraded Apache Tika from 2.4.0 to 2.4.1
47121614a2 is described below

commit 47121614a205d99f53a619a656456757056fb595
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Jun 21 08:38:10 2022 -0500

    NIFI-10146 Upgraded Apache Tika from 2.4.0 to 2.4.1
    
    - Removed direct dependency on metadata-extractor to inherit newer transitive version
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6140.
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                   | 2 +-
 nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml | 7 +------
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                    | 2 +-
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index d7610edf8b..eb1a4dda03 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -238,7 +238,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>2.4.0</version>
+                <version>2.4.1</version>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>
diff --git a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
index 97872d674a..1fad27fd7d 100644
--- a/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
@@ -26,7 +26,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <tika.version>2.4.0</tika.version>
+        <tika.version>2.4.1</tika.version>
     </properties>
 
     <dependencies>
@@ -45,11 +45,6 @@
             <version>1.17.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.drewnoakes</groupId>
-            <artifactId>metadata-extractor</artifactId>
-            <version>2.13.0</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-core</artifactId>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 1cf1ec2dc6..a4a1c220f1 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -192,7 +192,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>2.4.0</version>
+                <version>2.4.1</version>
             </dependency>
             <dependency>
                 <groupId>io.github.rburgst</groupId>