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 5667e6d39 TIKA-4327: update aws, azure, commons lang, 
error_prone_annotations
5667e6d39 is described below

commit 5667e6d39b719256357672266fdb4897e1d76508
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jul 10 14:28:36 2025 +0200

    TIKA-4327: update aws, azure, commons lang, error_prone_annotations
---
 tika-parent/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 71b2ead55..acac19439 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,7 +312,7 @@
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.53.2</google.cloud.version>
     <aws.version>1.12.787</aws.version>
-    <aws2.version>2.31.77</aws2.version>
+    <aws2.version>2.31.78</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.
@@ -320,8 +320,8 @@
     <asm.version>9.8</asm.version>
     <azure.core.version>1.55.5</azure.core.version>
     <azure.core.http.netty.version>1.15.13</azure.core.http.netty.version>
-    <azure.storage.blob.version>12.31.0-beta.1</azure.storage.blob.version>
-    <azure.storage.common>12.30.0-beta.1</azure.storage.common>
+    <azure.storage.blob.version>12.32.0-beta.1</azure.storage.blob.version>
+    <azure.storage.common>12.31.0-beta.1</azure.storage.common>
     <azure-identity.version>1.16.2</azure-identity.version>
     <azure.json.version>1.5.0</azure.json.version>
     <azure.xml.version>1.2.0</azure.xml.version>
@@ -340,7 +340,7 @@
     <commons.exec.version>1.5.0</commons.exec.version>
     <commons.fileupload.version>1.6.0</commons.fileupload.version>
     <commons.io.version>2.19.0</commons.io.version>
-    <commons.lang3.version>3.17.0</commons.lang3.version>
+    <commons.lang3.version>3.18.0</commons.lang3.version>
     <commons.logging.version>1.3.5</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
     <commons.net.version>3.11.1</commons.net.version>
@@ -688,7 +688,7 @@
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <artifactId>error_prone_annotations</artifactId>
-        <version>2.39.0</version>
+        <version>2.40.0</version>
       </dependency>
       <dependency>
         <groupId>com.googlecode.json-simple</groupId>

Reply via email to