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/28 14:44:18 UTC

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

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 eccd39660 TIKA-4162: update aws, zstd
eccd39660 is described below

commit eccd396606cb6e7df7c3a4919cee4a5de3447546
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Mar 28 15:44:09 2024 +0100

    TIKA-4162: update aws, zstd
---
 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 e697b87e2..2c0bea86c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.36.1</google.cloud.version>
-    <aws.version>1.12.688</aws.version>
+    <aws.version>1.12.689</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.
@@ -407,7 +407,7 @@
     <vorbis.version>0.8</vorbis.version>
     <xerces.version>2.12.2</xerces.version>
     <xmpcore.version>6.1.11</xmpcore.version>
-    <zstd.version>1.5.5-11</zstd.version>
+    <zstd.version>1.5.6-1</zstd.version>
     <kafka.version>3.7.0</kafka.version>
     <netty.version>4.1.108.Final</netty.version>
     <snappy.java.version>1.1.10.5</snappy.java.version>