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 979688af1 TIKA-4327: update aws, reactor core
979688af1 is described below

commit 979688af131389ad6d6b6318b05cba03e0d5ba6e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jun 11 09:03:31 2025 +0200

    TIKA-4327: update aws, reactor core
---
 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 282107766..20468f831 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -311,8 +311,8 @@
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.53.0</google.cloud.version>
-    <aws.version>1.12.785</aws.version>
-    <aws2.version>2.31.60</aws2.version>
+    <aws.version>1.12.786</aws.version>
+    <aws2.version>2.31.61</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.
@@ -432,7 +432,7 @@
     <protobuf.version>3.25.8</protobuf.version>
     <quartz.version>2.5.0</quartz.version>
     <reactor.core.version>3.8.0-M4</reactor.core.version>
-    <reactor.netty.version>1.3.0-M3</reactor.netty.version>
+    <reactor.netty.version>1.3.0-M4</reactor.netty.version>
     <rome.version>2.1.0</rome.version>
     <scm.version>2.1.0</scm.version>
     <slf4j.version>2.0.17</slf4j.version>

Reply via email to