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/03/22 09:13:17 UTC

(tika) branch main updated: TIKA-4166: update azure-storage-blob

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 33ac40ccf TIKA-4166: update azure-storage-blob
33ac40ccf is described below

commit 33ac40ccfc3401871fe9b805b9bb4f236e2ec80c
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Mar 22 10:13:08 2024 +0100

    TIKA-4166: update azure-storage-blob
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 695409d2d..e5e0649a5 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -314,7 +314,7 @@
     -->
     <azure.core.version>1.47.0</azure.core.version>
     <azure.core.http.netty.version>1.14.1</azure.core.http.netty.version>
-    <azure.storage.blob.version>12.25.2</azure.storage.blob.version>
+    <azure.storage.blob.version>12.25.3</azure.storage.blob.version>
     <!-- 7.0.0 needs java 17 -->
     <biz.aqute.version>6.4.1</biz.aqute.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>