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/02/03 11:45:09 UTC

(tika) branch main updated: TIKA-4166: update aws, azure

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

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


The following commit(s) were added to refs/heads/main by this push:
     new efa8dec9d TIKA-4166: update aws, azure
efa8dec9d is described below

commit efa8dec9dc5fbe69a2314e5eeb5ffc0ada276150
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Feb 3 12:45:00 2024 +0100

    TIKA-4166: update aws, azure
---
 tika-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c3ae204d9..7a8570f6f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,13 +307,13 @@
 
     <!-- dependency versions -->
     <asm.version>9.6</asm.version>
-    <aws.version>1.12.650</aws.version>
+    <aws.version>1.12.651</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.
     -->
-    <azure.core.version>1.45.1</azure.core.version>
-    <azure.core.http.netty.version>1.13.11</azure.core.http.netty.version>
+    <azure.core.version>1.46.0</azure.core.version>
+    <azure.core.http.netty.version>1.14.0</azure.core.http.netty.version>
     <azure.storage.blob.version>12.25.1</azure.storage.blob.version>
     <biz.aqute.version>6.4.1</biz.aqute.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>