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/01 08:37:14 UTC

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

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 5c4a8102d TIKA-4162: update aws
5c4a8102d is described below

commit 5c4a8102d1783173290a6a35785dd5a3fcf3a2a7
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Mar 1 09:37:03 2024 +0100

    TIKA-4162: update aws
---
 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 4be4d9b83..5106bf729 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.669</aws.version>
+    <aws.version>1.12.670</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.