You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2018/10/15 17:53:47 UTC

nifi git commit: NIFI-4806: - Bumping to tika 1.19.1.

Repository: nifi
Updated Branches:
  refs/heads/master d5f071b2f -> f55204cb6


NIFI-4806:
- Bumping to tika 1.19.1.

This closes #3069


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f55204cb
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/f55204cb
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/f55204cb

Branch: refs/heads/master
Commit: f55204cb69d065b8cedddaaa82c5e6e87e651c83
Parents: d5f071b
Author: Matt Gilman <ma...@gmail.com>
Authored: Fri Oct 12 14:30:34 2018 -0400
Committer: Matt Gilman <ma...@gmail.com>
Committed: Mon Oct 15 13:52:49 2018 -0400

----------------------------------------------------------------------
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                   | 2 +-
 nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/f55204cb/nifi-nar-bundles/nifi-framework-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index f0297f8..d9f7bb2 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -194,7 +194,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>1.19</version>
+                <version>1.19.1</version>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>

http://git-wip-us.apache.org/repos/asf/nifi/blob/f55204cb/nifi-nar-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
----------------------------------------------------------------------
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 7166397..9cbd065 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
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-parsers</artifactId>
-            <version>1.19</version>
+            <version>1.19.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.fasterxml.jackson.core</groupId>

http://git-wip-us.apache.org/repos/asf/nifi/blob/f55204cb/nifi-nar-bundles/nifi-standard-bundle/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index e06a766..e0f07df 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -271,7 +271,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>1.19</version>
+                <version>1.19.1</version>
             </dependency>
             <dependency>
                 <groupId>com.squareup.okhttp3</groupId>