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 a5bed1391e NIFI-10098 Upgraded Apache Tika from 2.3.0 to 2.4.0
a5bed1391e is described below

commit a5bed1391e3fcd8c5a8eedf97b34967648e62126
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Jun 7 10:11:52 2022 -0500

    NIFI-10098 Upgraded Apache Tika from 2.3.0 to 2.4.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #6104.
---
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                   | 2 +-
 nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml | 8 ++++++--
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                    | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 9f827c8369..d639dd2c73 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.3.0</version>
+                <version>2.4.0</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 10935b79d1..97872d674a 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
@@ -25,6 +25,10 @@
     <artifactId>nifi-media-processors</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <tika.version>2.4.0</tika.version>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.nifi</groupId>
@@ -49,12 +53,12 @@
         <dependency>
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-core</artifactId>
-            <version>2.3.0</version>
+            <version>${tika.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-parsers-standard-package</artifactId>
-            <version>2.3.0</version>
+            <version>${tika.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 240bc0efe0..d2263da3cd 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -213,7 +213,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>2.3.0</version>
+                <version>2.4.0</version>
             </dependency>
             <dependency>
                 <groupId>io.github.rburgst</groupId>

Reply via email to