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 b703ce6c20 TIKA-4488: update microsoft-graph.version, maven.bundle,
aws, google cloud, junrar, mockito, error_prone_annotations
b703ce6c20 is described below
commit b703ce6c20226eef8efdc553e6d097e760a75c15
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Feb 28 20:21:38 2026 +0100
TIKA-4488: update microsoft-graph.version, maven.bundle, aws, google cloud,
junrar, mockito, 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 6d39b66ea7..de2af6d883 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,9 +312,9 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
- <google.cloud.version>2.63.0</google.cloud.version>
+ <google.cloud.version>2.64.0</google.cloud.version>
<azure.version>1.3.4</azure.version>
- <aws2.version>2.42.3</aws2.version>
+ <aws2.version>2.42.4</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.
@@ -391,7 +391,7 @@
<!-- junit 6.x requires jdk 17 -->
<junit5.version>5.14.2</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
- <junrar.version>7.5.7</junrar.version>
+ <junrar.version>7.5.8</junrar.version>
<jwarc.version>0.35.0</jwarc.version>
<kafka.version>4.2.0</kafka.version>
<libpst.version>0.9.3</libpst.version>
@@ -403,8 +403,8 @@
<metadata.extractor.version>2.19.0</metadata.extractor.version>
<microsoft.translator.version>0.6.2</microsoft.translator.version>
<mime4j.version>0.8.13</mime4j.version>
- <mockito.version>5.21.0</mockito.version>
- <mockito-junit-jupiter.version>5.21.0</mockito-junit-jupiter.version>
+ <mockito.version>5.22.0</mockito.version>
+ <mockito-junit-jupiter.version>5.22.0</mockito-junit-jupiter.version>
<netcdf-java.version>4.5.5</netcdf-java.version>
<netty.version>4.2.10.Final</netty.version>
<oak.jackrabbit.version>1.90.0</oak.jackrabbit.version>
@@ -641,7 +641,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
- <version>2.47.0</version>
+ <version>2.48.0</version>
</dependency>
<!-- avoid dependency convergence error in Google Cloud Storage fetcher
starting with grpc 1.79.0 with google cloud 2.62.1 -->
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 184fcb0461..c998d5925b 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.61.0</microsoft-graph.version>
+ <microsoft-graph.version>6.62.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.23.1</msal4j.version>
<kotlin-stdlib.version>2.3.10</kotlin-stdlib.version>