Skip to content

Commit

Permalink
NIFI-13012 Upgraded Apache Tika from 2.9.1 to 2.9.2
Browse files Browse the repository at this point in the history
This closes apache#8613.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>

(cherry picked from commit c335de8)
  • Loading branch information
exceptionfactory authored and turcsanyip committed Apr 9, 2024
1 parent f19ea70 commit c535395
Show file tree
Hide file tree
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
Expand Up @@ -25,7 +25,7 @@
<properties>
<curator.version>5.6.0</curator.version>
<guava.version>32.1.2-jre</guava.version>
<tika.version>2.9.1</tika.version>
<tika.version>2.9.2</tika.version>
<org.opensaml.version>4.3.0</org.opensaml.version>
</properties>
<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<packaging>jar</packaging>

<properties>
<tika.version>2.9.1</tika.version>
<tika.version>2.9.2</tika.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-standard-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<yammer.metrics.version>2.2.0</yammer.metrics.version>
<jolt.version>0.1.8</jolt.version>
<org.apache.sshd.version>2.11.0</org.apache.sshd.version>
<tika.version>2.9.1</tika.version>
<tika.version>2.9.2</tika.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit c535395

Please sign in to comment.