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 51d266342 TIKA-4166: update mockito / use parent
51d266342 is described below
commit 51d266342c742742532826e970e88bf2f105446d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Sep 28 06:05:11 2024 +0200
TIKA-4166: update mockito / use parent
---
tika-parent/pom.xml | 4 ++--
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 5 +----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 88238a4ce..20becbe7b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -397,8 +397,8 @@
<metadata.extractor.version>2.19.0</metadata.extractor.version>
<microsoft.translator.version>0.6.2</microsoft.translator.version>
<mime4j.version>0.8.11</mime4j.version>
- <mockito.version>5.13.0</mockito.version>
- <mockito-junit-jupiter.version>5.12.0</mockito-junit-jupiter.version>
+ <mockito.version>5.14.0</mockito.version>
+ <mockito-junit-jupiter.version>5.14.0</mockito-junit-jupiter.version>
<netcdf-java.version>4.5.5</netcdf-java.version>
<!-- 4.2.0.Alpha3 tested successfully -->
<netty.version>4.1.113.Final</netty.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 df0d55cea..ac5d9e66b 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -37,9 +37,7 @@
<microsoft-graph.version>6.16.0</microsoft-graph.version>
<microsoft-kiota-serialization-json.version>1.1.1</microsoft-kiota-serialization-json.version>
<wiremock.version>3.3.1</wiremock.version>
- <mockito-junit-jupiter.version>5.13.0</mockito-junit-jupiter.version>
- <nimbus-jose-jwt.version>9.41.1</nimbus-jose-jwt.version>
- <msal4j.version>1.17.1</msal4j.version>
+ <msal4j.version>1.17.2</msal4j.version>
<kotlin-stdlib.version>2.0.20</kotlin-stdlib.version>
</properties>
@@ -101,7 +99,6 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <version>${nimbus-jose-jwt.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>