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/18 07:14:54 UTC

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

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 7ee6b1367 TIKA-4162: update aws, google cloud
7ee6b1367 is described below

commit 7ee6b1367eb5f6903eb13e24ddb54a208b2b5a19
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Mon Mar 18 08:14:45 2024 +0100

    TIKA-4162: update aws, google cloud
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 5fdd10be3..7999213b9 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -306,8 +306,8 @@
     <rat.version>0.16.1</rat.version>
 
     <!-- dependency versions -->
-    <google.cloud.version>2.35.0</google.cloud.version>
-    <aws.version>1.12.680</aws.version>
+    <google.cloud.version>2.36.0</google.cloud.version>
+    <aws.version>1.12.681</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.