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 2023/01/26 18:52:26 UTC

[nifi] branch main updated: NIFI-10581 Upgraded Apache Tika from 2.4.1 to 2.6.0

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 d913f8046a NIFI-10581 Upgraded Apache Tika from 2.4.1 to 2.6.0
d913f8046a is described below

commit d913f8046acb84acf4b98adf171c9d41bc245408
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Jan 26 10:30:11 2023 -0600

    NIFI-10581 Upgraded Apache Tika from 2.4.1 to 2.6.0
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6894.
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                   | 3 ++-
 nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                    | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 39846092ad..22bc09af1e 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -24,6 +24,7 @@
     <description>NiFi: Framework Bundle</description>
     <properties>
         <curator.version>5.4.0</curator.version>
+        <tika.version>2.6.0</tika.version>
     </properties>
     <modules>
         <module>nifi-framework</module>
@@ -238,7 +239,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>2.4.1</version>
+                <version>${tika.version}</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 c185a7f7b8..aa7817aa92 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.1</tika.version>
+        <tika.version>2.6.0</tika.version>
     </properties>
 
     <dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index d24eccd919..9a7bfa6542 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -36,6 +36,7 @@
         <yammer.metrics.version>2.2.0</yammer.metrics.version>
         <jolt.version>0.1.7</jolt.version>
         <org.apache.sshd.version>2.9.2</org.apache.sshd.version>
+        <tika.version>2.6.0</tika.version>
     </properties>
     <dependencyManagement>
         <dependencies>
@@ -199,7 +200,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>2.4.1</version>
+                <version>${tika.version}</version>
             </dependency>
             <dependency>
                 <groupId>io.github.rburgst</groupId>