You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2023/09/29 03:41:46 UTC

[tika] branch branch_2x updated: TIKA-4123: update aws, poi

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

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


The following commit(s) were added to refs/heads/branch_2x by this push:
     new fd4ee20ba TIKA-4123: update aws, poi
fd4ee20ba is described below

commit fd4ee20bada4928be77cce046d653af857dcfdf1
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Sep 29 05:41:25 2023 +0200

    TIKA-4123: update aws, poi
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 774bfd8f5..53acf691b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -306,7 +306,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.27.1</google.cloud.version>
-    <aws.version>1.12.559</aws.version>
+    <aws.version>1.12.560</aws.version>
     <asm.version>9.5</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
@@ -379,7 +379,7 @@
     <pax.exam.version>4.13.5</pax.exam.version>
     <pdfbox.version>2.0.29</pdfbox.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
-    <poi.version>5.2.3</poi.version>
+    <poi.version>5.2.4</poi.version>
     <quartz.version>2.3.2</quartz.version>
     <reactor.netty.version>1.1.11</reactor.netty.version>
     <rome.version>2.1.0</rome.version>