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/14 12:09:34 UTC

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

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 882bd0b31 TIKA-4162: update aws, guava
882bd0b31 is described below

commit 882bd0b31d864bf704b8a80b54c871cba790b6d0
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Mar 14 13:09:16 2024 +0100

    TIKA-4162: update aws, guava
---
 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 d193acddb..a35a1156b 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.678</aws.version>
+    <aws.version>1.12.679</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.
@@ -337,7 +337,7 @@
     <dl4j.version>1.0.0-M2</dl4j.version>
     <!-- fakeload versions > 0.4.0 require java > 8 -->
     <fakeload.version>0.4.0</fakeload.version>
-    <guava.version>33.0.0-jre</guava.version>
+    <guava.version>33.1.0-jre</guava.version>
     <httpcomponents.version>4.5.14</httpcomponents.version>
     <httpcore.version>4.4.16</httpcore.version>
     <!-- versions greater than 62.2 are not compatible with icu4j handler in lucene 8.11.1 -->