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/06 09:27:54 UTC

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

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 9dad712c3 TIKA-4162: update aws, google cloud, test containers
9dad712c3 is described below

commit 9dad712c3bcc11a3d696362b080712c2e9366d9c
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Wed Mar 6 10:27:45 2024 +0100

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

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 352bbaf8a..427326608 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.34.0</google.cloud.version>
-    <aws.version>1.12.672</aws.version>
+    <google.cloud.version>2.35.0</google.cloud.version>
+    <aws.version>1.12.673</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.
@@ -398,7 +398,7 @@
     <spring.version>5.3.32</spring.version>
     <sqlite.version>3.45.1.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
-    <test.containers.version>1.19.6</test.containers.version>
+    <test.containers.version>1.19.7</test.containers.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
     <tukaani.version>1.9</tukaani.version>
     <twelvemonkeys.version>3.10.1</twelvemonkeys.version>