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 82da57eae TIKA-4327: update commons-net, aws
82da57eae is described below

commit 82da57eaeb592796358a0f07befa31f9c64d313f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Aug 2 06:22:46 2025 +0200

    TIKA-4327: update commons-net, aws
---
 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 fac4d4365..b19435143 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,7 +312,7 @@
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.54.0</google.cloud.version>
     <aws.version>1.12.788</aws.version>
-    <aws2.version>2.32.13</aws2.version>
+    <aws2.version>2.32.14</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.
@@ -343,7 +343,7 @@
     <commons.lang3.version>3.18.0</commons.lang3.version>
     <commons.logging.version>1.3.5</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
-    <commons.net.version>3.11.1</commons.net.version>
+    <commons.net.version>3.12.0</commons.net.version>
     <ctakes.version>6.0.0</ctakes.version>
     <!-- can't use 4.1.0, fails in tika server core because it uses jetty 12, 
which we can't
          use due to the problems explained there -->

Reply via email to