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 31020193f TIKA-4379: update azure storage
31020193f is described below
commit 31020193f19931332bba043176a3f7c598cafcd8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Mar 10 09:29:50 2025 +0100
TIKA-4379: update azure storage
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 35b6c46ac..9f7d87381 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -318,8 +318,8 @@
<asm.version>9.7.1</asm.version>
<azure.core.version>1.55.2</azure.core.version>
<azure.core.http.netty.version>1.15.10</azure.core.http.netty.version>
- <azure.storage.blob.version>12.29.0</azure.storage.blob.version>
- <azure.storage.common>12.28.0</azure.storage.common>
+ <azure.storage.blob.version>12.29.1</azure.storage.blob.version>
+ <azure.storage.common>12.28.1</azure.storage.common>
<azure-identity.version>1.15.3</azure-identity.version>
<azure.json.version>1.5.0</azure.json.version>
<azure.xml.version>1.2.0</azure.xml.version>