You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/03/21 11:18:56 UTC

[tika] branch branch_1x updated: TIKA-3699 -- upgraded poi to 5.2.2.

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 9a65218  TIKA-3699 -- upgraded poi to 5.2.2.
9a65218 is described below

commit 9a65218b9ff2421db736f59903033c914564e3d3
Author: tallison <ta...@apache.org>
AuthorDate: Mon Mar 21 07:18:48 2022 -0400

    TIKA-3699 -- upgraded poi to 5.2.2.
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 8c195e8..cd7df04 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -272,7 +272,7 @@
     <maven.shade.version>3.2.4</maven.shade.version>
     <rat.version>0.13</rat.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
-    <poi.version>5.2.1</poi.version>
+    <poi.version>5.2.2</poi.version>
     <commons.compress.version>1.21</commons.compress.version>
     <commons.io.version>2.11.0</commons.io.version>
     <commons.lang3.version>3.12.0</commons.lang3.version>