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 2751a8963 TIKA-4379: add current azure-json to dependency management 
because of dependency convergence error
2751a8963 is described below

commit 2751a8963389102e104aaaa3323b1b6d1dfb6b5d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Feb 9 14:40:15 2025 +0100

    TIKA-4379: add current azure-json to dependency management because of 
dependency convergence error
---
 tika-parent/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index bc91b370b..a7f1e53c8 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -321,7 +321,7 @@
     <azure.storage.blob.version>12.29.0</azure.storage.blob.version>
     <azure.storage.common>12.28.0</azure.storage.common>
     <azure-identity.version>1.15.0</azure-identity.version>
-    <azure.json.version>1.2.0</azure.json.version>
+    <azure.json.version>1.4.0</azure.json.version>
     <azure.xml.version>1.2.0</azure.xml.version>
     <!-- 7.0.0 needs java 17 -->
     <biz.aqute.version>6.4.1</biz.aqute.version>
@@ -587,6 +587,11 @@
         <artifactId>azure-xml</artifactId>
         <version>${azure.xml.version}</version>
       </dependency>
+      <dependency>
+        <groupId>com.azure</groupId>
+        <artifactId>azure-json</artifactId>
+        <version>${azure.json.version}</version>
+      </dependency>
       <dependency>
         <groupId>com.drewnoakes</groupId>
         <artifactId>metadata-extractor</artifactId>

Reply via email to