This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 06bcd3cde8 TIKA-4792: update aws, google cloud, commons codec, grpc, 
jsoup
06bcd3cde8 is described below

commit 06bcd3cde861a0c97d84eaec02c0321daead17ef
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 1 14:34:42 2026 +0200

    TIKA-4792: update aws, google cloud, commons codec, grpc, jsoup
---
 tika-parent/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 53091fcf8d..b1285652ea 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -313,8 +313,8 @@
 
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
-    <google.cloud.version>2.70.0</google.cloud.version>
-    <aws2.version>2.49.5</aws2.version>
+    <google.cloud.version>2.71.0</google.cloud.version>
+    <aws2.version>2.50.2</aws2.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.
@@ -329,7 +329,7 @@
     <!-- NOTE: sync brotli version with commons-compress-->
     <brotli.version>0.1.2</brotli.version>
     <commons.cli.version>1.11.0</commons.cli.version>
-    <commons.codec.version>1.22.0</commons.codec.version>
+    <commons.codec.version>1.22.1</commons.codec.version>
     <commons.collections4.version>4.5.0</commons.collections4.version>
     <commons.compress.version>1.28.0</commons.compress.version>
     <commons.csv.version>1.14.1</commons.csv.version>
@@ -353,7 +353,7 @@
     <geoapi.version>3.0.2</geoapi.version>
     <gson.version>2.14.0</gson.version>
     <guava.version>33.6.0-jre</guava.version>
-    <grpc.version>1.83.0</grpc.version>
+    <grpc.version>1.83.1</grpc.version>
     <h2.version>2.4.240</h2.version>
     <hdf5.version>1.14.3-1.5.10</hdf5.version>
     <httpcomponents.version>4.5.14</httpcomponents.version>
@@ -387,7 +387,7 @@
     <jhighlight.version>1.1.1</jhighlight.version>
     <jna.version>5.19.1</jna.version>
     <json.simple.version>1.1.1</json.simple.version>
-    <jsoup.version>1.22.2</jsoup.version>
+    <jsoup.version>1.23.1</jsoup.version>
     <jsr305.version>3.0.2</jsr305.version>
     <!-- junit 6.x requires jdk 17 -->
     <junit5.version>5.14.4</junit5.version>

Reply via email to