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 fe77ae8e8 TIKA-4327: update microsoft-graph, aws, google cloud, 
commons-io, reactor netty, nimbus, error_prone_annotations, solrj
fe77ae8e8 is described below

commit fe77ae8e85cca77aa8f35c1658c57f53f42f944c
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 8 06:24:59 2025 +0100

    TIKA-4327: update microsoft-graph, aws, google cloud, commons-io, reactor 
netty, nimbus, error_prone_annotations, solrj
---
 tika-parent/pom.xml                                        | 14 +++++++-------
 .../tika-fetchers/tika-fetcher-microsoft-graph/pom.xml     |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 7a4f7ea47..083e83750 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -310,8 +310,8 @@
 
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
-    <google.cloud.version>2.59.0</google.cloud.version>
-    <aws2.version>2.38.1</aws2.version>
+    <google.cloud.version>2.60.0</google.cloud.version>
+    <aws2.version>2.38.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.
@@ -338,7 +338,7 @@
     <commons.csv.version>1.14.1</commons.csv.version>
     <commons.exec.version>1.5.0</commons.exec.version>
     <commons.fileupload.version>1.6.0</commons.fileupload.version>
-    <commons.io.version>2.20.0</commons.io.version>
+    <commons.io.version>2.21.0</commons.io.version>
     <commons.lang3.version>3.19.0</commons.lang3.version>
     <commons.logging.version>1.3.5</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
@@ -431,12 +431,12 @@
     <protobuf.version>3.25.8</protobuf.version>
     <quartz.version>2.5.1</quartz.version>
     <reactor.core.version>3.8.0</reactor.core.version>
-    <reactor.netty.version>1.3.0-RC1</reactor.netty.version>
+    <reactor.netty.version>1.3.0</reactor.netty.version>
     <rome.version>2.1.0</rome.version>
     <slf4j.version>2.0.17</slf4j.version>
     <sis.version>1.5</sis.version>
     <snappy.version>1.1.10.8</snappy.version>
-    <solrj.version>9.9.0</solrj.version>
+    <solrj.version>9.10.0</solrj.version>
     <spring.version>7.0.0-RC3</spring.version>
     <sqlite.version>3.51.0.0</sqlite.version>
     <stax.ex.version>2.1.0</stax.ex.version>
@@ -454,7 +454,7 @@
     <xmpcore.version>6.1.11</xmpcore.version>
     <zookeeper.version>3.9.4</zookeeper.version>
     <zstd.version>1.5.7-6</zstd.version>
-    <nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>10.6</nimbus-jose-jwt.version>
     <javacpp.version>1.5.12</javacpp.version>
     <maven.exec.version>3.6.2</maven.exec.version>
 
@@ -698,7 +698,7 @@
       <dependency>
         <groupId>com.google.errorprone</groupId>
         <artifactId>error_prone_annotations</artifactId>
-        <version>2.43.0</version>
+        <version>2.44.0</version>
       </dependency>
       <dependency>
         <groupId>com.googlecode.json-simple</groupId>
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 7c91f5c10..a80303f80 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.55.0</microsoft-graph.version>
+    <microsoft-graph.version>6.56.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.30.0-beta</msal4j.version>
     <kotlin-stdlib.version>2.3.0-Beta2</kotlin-stdlib.version>

Reply via email to