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 b1af8090b TIKA-4383: update google cloud, azure-core, commons-logging; 
introduce azure-xml because of convergence errors
b1af8090b is described below

commit b1af8090bb14884caf22eb06e42eef678e4e1371
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Feb 9 11:27:14 2025 +0100

    TIKA-4383: update google cloud, azure-core, commons-logging; introduce 
azure-xml because of convergence errors
---
 tika-parent/pom.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1a8c508f3..41bbbadf7 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -309,7 +309,7 @@
     <rat.version>0.16.1</rat.version>
 
     <!-- dependency versions -->
-    <google.cloud.version>2.48.0</google.cloud.version>
+    <google.cloud.version>2.48.1</google.cloud.version>
     <aws.version>1.12.780</aws.version>
     <!-- WARNING: when you upgrade asm make sure that you update the
         OpCode in the initializer in 
org.apache.tika.parser.asm.XHTMLClassVisitor
@@ -330,7 +330,7 @@
     <commons.exec.version>1.4.0</commons.exec.version>
     <commons.io.version>2.18.0</commons.io.version>
     <commons.lang3.version>3.17.0</commons.lang3.version>
-    <commons.logging.version>1.3.4</commons.logging.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>
     <commons.fileupload.version>1.5</commons.fileupload.version>
@@ -518,12 +518,17 @@
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-core</artifactId>
-        <version>1.54.1</version>
+        <version>1.55.0</version>
       </dependency>
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-core-http-netty</artifactId>
-        <version>1.15.7</version>
+        <version>1.15.8</version>
+      </dependency>
+      <dependency>
+        <groupId>com.azure</groupId>
+        <artifactId>azure-xml</artifactId>
+        <version>1.2.0</version>
       </dependency>
       <dependency>
         <groupId>com.drewnoakes</groupId>

Reply via email to