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

tilman 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 410337f26 TIKA-4455: update microsoft-graph, aws, reactor-netty
410337f26 is described below

commit 410337f26653edcd8b1b0a6833274654b6a7afd8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Aug 13 12:36:13 2025 +0200

    TIKA-4455: update microsoft-graph, aws, reactor-netty
---
 tika-parent/pom.xml                                           | 4 ++--
 tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 79578fd4d..171863f3e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,7 +312,7 @@
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.55.0</google.cloud.version>
     <aws.version>1.12.788</aws.version>
-    <aws2.version>2.32.20</aws2.version>
+    <aws2.version>2.32.21</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.
@@ -427,7 +427,7 @@
     <protobuf.version>3.25.8</protobuf.version>
     <quartz.version>2.5.0</quartz.version>
     <reactor.core.version>3.7.8</reactor.core.version>
-    <reactor.netty.version>1.3.0-M5</reactor.netty.version>
+    <reactor.netty.version>1.3.0-M6</reactor.netty.version>
     <rome.version>2.1.0</rome.version>
     <scm.version>2.1.0</scm.version>
     <slf4j.version>2.0.17</slf4j.version>
diff --git a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml 
b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
index ed9a8e780..fc04eaf11 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,7 +29,7 @@
   <name>Apache Tika Microsoft Graph Pipes Fetcher</name>
 
   <properties>
-    <microsoft-graph.version>6.49.0</microsoft-graph.version>
+    <microsoft-graph.version>6.50.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.20.1</msal4j.version>
     <kotlin-stdlib.version>2.2.0</kotlin-stdlib.version>

Reply via email to