Skip to content

Commit

Permalink
NIFI-11160 Upgraded Apache Tika from 2.6.0 to 2.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Villard <[email protected]>

This closes apache#6938.
exceptionfactory authored and pvillard31 committed Feb 10, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pvillard31 Pierre Villard
1 parent 43eab4c commit a66727c
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-framework-bundle/pom.xml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
<description>NiFi: Framework Bundle</description>
<properties>
<curator.version>5.4.0</curator.version>
<tika.version>2.6.0</tika.version>
<tika.version>2.7.0</tika.version>
</properties>
<modules>
<module>nifi-framework</module>
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
<packaging>jar</packaging>

<properties>
<tika.version>2.6.0</tika.version>
<tika.version>2.7.0</tika.version>
</properties>

<dependencyManagement>
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-standard-bundle/pom.xml
Original file line number Diff line number Diff line change
@@ -36,7 +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>
<tika.version>2.7.0</tika.version>
</properties>
<dependencyManagement>
<dependencies>

0 comments on commit a66727c

Please sign in to comment.