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/22 08:04:06 UTC

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

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

commit 74433b55c62b79c201f62d65db7aa3fa19a4a100
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Mar 22 09:03:57 2024 +0100

    TIKA-4162: update aws, google cloud, netty
---
 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 bafe3e4fa..f942c38ed 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.36.0</google.cloud.version>
-    <aws.version>1.12.684</aws.version>
+    <google.cloud.version>2.36.1</google.cloud.version>
+    <aws.version>1.12.685</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.
@@ -409,7 +409,7 @@
     <xmpcore.version>6.1.11</xmpcore.version>
     <zstd.version>1.5.5-11</zstd.version>
     <kafka.version>3.7.0</kafka.version>
-    <netty.version>4.1.107.Final</netty.version>
+    <netty.version>4.1.108.Final</netty.version>
     <snappy.java.version>1.1.10.5</snappy.java.version>
     <logback.version>1.5.3</logback.version>
   </properties>