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

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


The following commit(s) were added to refs/heads/branch_3x by this push:
     new ed08609d4c TIKA-4695: update aws, azure, error-prone-annotations
ed08609d4c is described below

commit ed08609d4ced447e81ff1516c12b554a73e666af
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Apr 9 09:03:58 2026 +0200

    TIKA-4695: update aws, azure, error-prone-annotations
---
 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 cb07f4ca44..0578b14275 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -314,13 +314,13 @@
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.64.1</google.cloud.version>
-    <aws2.version>2.42.29</aws2.version>
+    <aws2.version>2.42.31</aws2.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.
     -->
     <asm.version>9.9.1</asm.version>
-    <azure.version>1.3.5</azure.version>
+    <azure.version>1.3.6</azure.version>
     <!-- 7.0.0 needs java 17 -->
     <biz.aqute.version>6.4.1</biz.aqute.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
@@ -642,7 +642,7 @@
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <artifactId>error_prone_annotations</artifactId>
-        <version>2.48.0</version>
+        <version>2.49.0</version>
       </dependency>
       <!-- avoid dependency convergence error in Google Cloud Storage fetcher
            starting with grpc 1.79.0 with google cloud 2.62.1 -->

Reply via email to