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 fff54c9d0 TIKA-4379: update microsoft-graph, mockito
fff54c9d0 is described below
commit fff54c9d01425327afce560dbff49526b99d19af
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed May 21 05:39:01 2025 +0200
TIKA-4379: update microsoft-graph, mockito
---
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 87827cdbb..b955e8cde 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -405,8 +405,8 @@
<metadata.extractor.version>2.19.0</metadata.extractor.version>
<microsoft.translator.version>0.6.2</microsoft.translator.version>
<mime4j.version>0.8.12</mime4j.version>
- <mockito.version>5.17.0</mockito.version>
- <mockito-junit-jupiter.version>5.17.0</mockito-junit-jupiter.version>
+ <mockito.version>5.18.0</mockito.version>
+ <mockito-junit-jupiter.version>5.18.0</mockito-junit-jupiter.version>
<netcdf-java.version>4.5.5</netcdf-java.version>
<netty.version>4.2.1.Final</netty.version>
<oak.jackrabbit.version>1.78.0</oak.jackrabbit.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 a24806890..e05fa8e16 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.38.0</microsoft-graph.version>
+ <microsoft-graph.version>6.39.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.20.1</msal4j.version>
<kotlin-stdlib.version>2.1.21</kotlin-stdlib.version>