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 f870ed178 TIKA-4488: update microsoft-graph, aws, google cloud,
commons-io, reactor netty, nimbus, error_prone_annotations
f870ed178 is described below
commit f870ed17828558a0e9dda4b247ea14a84e64fdbb
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 8 06:24:43 2025 +0100
TIKA-4488: update microsoft-graph, aws, google cloud, commons-io, reactor
netty, nimbus, error_prone_annotations
---
tika-parent/pom.xml | 12 ++++++------
.../tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 9f373d836..67b7d656c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -309,8 +309,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>
@@ -426,7 +426,7 @@
<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.2.12</reactor.netty.version>
+ <reactor.netty.version>1.3.0</reactor.netty.version>
<rome.version>2.1.0</rome.version>
<scm.version>2.2.1</scm.version>
<slf4j.version>2.0.17</slf4j.version>
@@ -454,7 +454,7 @@
<!-- This has to be < 3.9 to work with Solr 8's integration tests (doesn't
fail on windows) -->
<zookeeper.version>3.8.5</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>
<logback.version>1.5.20</logback.version>
<javacpp.version>1.5.12</javacpp.version>
<maven.site.version>3.21.0</maven.site.version>
@@ -673,7 +673,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 9f2e9ce4c..eaef1a62e 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.20.1</msal4j.version>
<kotlin-stdlib.version>2.2.20</kotlin-stdlib.version>