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/09 10:51:20 UTC

(tika) 04/04: 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

commit 75a2550016b050b50b8b0c307d07c4db556bd24e
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Mar 9 11:41:41 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 af81136c5..9091c51b0 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.35.0</google.cloud.version>
-    <aws.version>1.12.675</aws.version>
+    <aws.version>1.12.676</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.