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 c3e67e653 TIKA-4383: update azure storage
c3e67e653 is described below
commit c3e67e6532fad151c27c6240cc73add13fd46d8b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Mar 14 21:01:12 2025 +0100
TIKA-4383: 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 a53914e25..c61be42e9 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -503,12 +503,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
- <version>12.29.1</version>
+ <version>12.30.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
- <version>12.28.1</version>
+ <version>12.29.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>