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/02 11:11:53 UTC

(tika) branch branch_2x updated: TIKA-4162: update aws, azure

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 ef74694d8 TIKA-4162: update aws, azure
ef74694d8 is described below

commit ef74694d8b95753d88647f802284ad17bdd133fa
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Mar 2 12:11:38 2024 +0100

    TIKA-4162: update aws, azure
---
 tika-parent/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 5106bf729..659b593ef 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.34.0</google.cloud.version>
-    <aws.version>1.12.670</aws.version>
+    <aws.version>1.12.671</aws.version>
     <!-- WARNING: when you upgrade asm make sure that you update the
         OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
         See TIKA-2992.
@@ -372,6 +372,7 @@
     <metadata.extractor.version>2.19.0</metadata.extractor.version>
     <microsoft.translator.version>0.6.2</microsoft.translator.version>
     <mime4j.version>0.8.10</mime4j.version>
+    <!-- mockito >= 5 requires jdk11 -->
     <mockito.version>4.11.0</mockito.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <openjson.version>1.0.13</openjson.version>
@@ -491,12 +492,12 @@
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-core</artifactId>
-        <version>1.46.0</version>
+        <version>1.47.0</version>
       </dependency>
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-core-http-netty</artifactId>
-        <version>1.14.0</version>
+        <version>1.14.1</version>
         <exclusions>
           <exclusion>
             <groupId>io.netty</groupId>