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 2022/06/10 03:34:04 UTC

[tika] 02/02: TIKA-3751: 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

commit 6d096d6aea059ba7e1d315cea72c772615d59046
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Jun 10 05:33:21 2022 +0200

    TIKA-3751: Update azure-storage-blob
---
 tika-pipes/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-pipes/pom.xml b/tika-pipes/pom.xml
index 7beb8921a..3846da9e2 100644
--- a/tika-pipes/pom.xml
+++ b/tika-pipes/pom.xml
@@ -55,7 +55,7 @@
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-storage-blob</artifactId>
-        <version>12.17.0</version>
+        <version>12.17.1</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>