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/02/15 10:06:45 UTC

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

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

commit 2eeb566f586def3324c7f84b6dd95e374d475334
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Feb 15 11:06:34 2024 +0100

    TIKA-4162: update aws, google cloud, jetty
---
 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 b7b356cb6..b7decfd10 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.33.0</google.cloud.version>
-    <aws.version>1.12.658</aws.version>
+    <google.cloud.version>2.34.0</google.cloud.version>
+    <aws.version>1.12.659</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.
@@ -357,7 +357,7 @@
     <jbig2.version>3.0.4</jbig2.version>
     <jdom2.version>2.0.6.1</jdom2.version>
     <jempbox.version>1.8.17</jempbox.version>
-    <jetty.version>9.4.53.v20231009</jetty.version>
+    <jetty.version>9.4.54.v20240208</jetty.version>
     <jhighlight.version>1.1.0</jhighlight.version>
     <jna.version>5.14.0</jna.version>
     <json.simple.version>1.1.1</json.simple.version>