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 11:18:57 UTC

(tika) branch main updated: TIKA-4166: update aws

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


The following commit(s) were added to refs/heads/main by this push:
     new 1dd99bf45 TIKA-4166: update aws
1dd99bf45 is described below

commit 1dd99bf4516244b7b2f9ef0df18c4cf4f2135bd3
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Mar 9 12:18:50 2024 +0100

    TIKA-4166: 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 5219a2a7a..7f66165de 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <asm.version>9.6</asm.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.