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

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 8ee4f926c TIKA-4327: update aws, commons-cli
8ee4f926c is described below

commit 8ee4f926c6de46cbe228d8bdf116e16df941da71
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Nov 13 09:57:46 2025 +0100

    TIKA-4327: update aws, commons-cli
---
 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 9fac59175..c080a74e7 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -311,7 +311,7 @@
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.60.0</google.cloud.version>
-    <aws2.version>2.38.4</aws2.version>
+    <aws2.version>2.38.5</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.
@@ -331,7 +331,7 @@
     <!-- NOTE: sync brotli version with commons-compress-->
     <brotli.version>0.1.2</brotli.version>
     <c3p0.version>0.11.2</c3p0.version>
-    <commons.cli.version>1.10.0</commons.cli.version>
+    <commons.cli.version>1.11.0</commons.cli.version>
     <commons.codec.version>1.20.0</commons.codec.version>
     <commons.collections4.version>4.5.0</commons.collections4.version>
     <commons.compress.version>1.28.0</commons.compress.version>

Reply via email to