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 2024/01/18 14:14:03 UTC

(tika) branch branch_2x updated: TIKA-4162: update aws, azure, woodstox, stax2

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 2c1c23900 TIKA-4162: update aws, azure, woodstox, stax2
2c1c23900 is described below

commit 2c1c239009f4c18db3793a75d50cf8c8c8628cc0
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Jan 18 15:13:45 2024 +0100

    TIKA-4162: update aws, azure, woodstox, stax2
---
 tika-parent/pom.xml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index e140d7583..39c82c467 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.31.0</google.cloud.version>
-    <aws.version>1.12.633</aws.version>
+    <aws.version>1.12.639</aws.version>
     <!-- WARNING: when you upgrade asm make sure that you update the
         OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
         See TIKA-2992.
@@ -495,7 +495,7 @@
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-core-http-netty</artifactId>
-        <version>1.13.8</version>
+        <version>1.13.11</version>
         <exclusions>
           <exclusion>
             <groupId>io.netty</groupId>
@@ -516,7 +516,7 @@
       <dependency>
         <groupId>com.fasterxml.woodstox</groupId>
         <artifactId>woodstox-core</artifactId>
-        <version>6.5.1</version>
+        <version>6.6.0</version>
       </dependency>
       <dependency>
         <groupId>com.mchange</groupId>
@@ -974,6 +974,13 @@
           <artifactId>logback-classic</artifactId>
           <version>${logback.version}</version>
       </dependency>
+      <!-- convergence problems in Apache Tika Azure Blob fetcher,
+        might be removed after update of azure-storage-blob higher than 12.25.1  -->
+      <dependency>
+          <groupId>org.codehaus.woodstox</groupId>
+          <artifactId>stax2-api</artifactId>
+          <version>4.2.2</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>