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 b57f98685 TIKA-4166: update mirosoft graph, azure identity,
jackrabbit, junit5, testcontainers, puppycrawl
b57f98685 is described below
commit b57f98685b96b98347ce4e77ed441bfc53565cae
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 5 20:10:36 2024 +0200
TIKA-4166: update mirosoft graph, azure identity, jackrabbit, junit5,
testcontainers, puppycrawl
---
tika-parent/pom.xml | 10 +++++-----
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 3 +--
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4567deab3..3253d9204 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -302,7 +302,7 @@
<maven.scr.version>1.26.4</maven.scr.version>
<maven.shade.version>3.6.0</maven.shade.version>
<maven.project.info.reports.version>3.7.0</maven.project.info.reports.version>
- <puppycrawl.version>10.18.1</puppycrawl.version>
+ <puppycrawl.version>10.18.2</puppycrawl.version>
<rat.version>0.16.1</rat.version>
<scm.version>2.1.0</scm.version>
@@ -318,7 +318,7 @@
<azure.core.version>1.52.0</azure.core.version>
<azure.core.http.netty.version>1.15.4</azure.core.http.netty.version>
<azure.storage.blob.version>12.28.0</azure.storage.blob.version>
- <azure.identity.version>1.13.2</azure.identity.version>
+ <azure-identity.version>1.14.0</azure-identity.version>
<azure.json.version>1.2.0</azure.json.version>
<!-- 7.0.0 needs java 17 -->
<biz.aqute.version>6.4.1</biz.aqute.version>
@@ -384,7 +384,7 @@
<jsoup.version>1.18.1</jsoup.version>
<jsr305.version>3.0.2</jsr305.version>
<junit4.version>4.13.2</junit4.version>
- <junit5.version>5.11.1</junit5.version>
+ <junit5.version>5.11.2</junit5.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.5.5</junrar.version>
<jwarc.version>0.30.0</jwarc.version>
@@ -402,7 +402,7 @@
<netcdf-java.version>4.5.5</netcdf-java.version>
<!-- 4.2.0.Alpha3 tested successfully -->
<netty.version>4.1.113.Final</netty.version>
- <oak.jackrabbit.version>1.68.0</oak.jackrabbit.version>
+ <oak.jackrabbit.version>1.70.0</oak.jackrabbit.version>
<openjson.version>1.0.13</openjson.version>
<!-- 2.3.0 requires jdk17 -->
<opennlp.version>2.2.0</opennlp.version>
@@ -431,7 +431,7 @@
<sqlite.version>3.46.1.3</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
<tagsoup.version>1.2.1</tagsoup.version>
- <testcontainers.version>1.20.1</testcontainers.version>
+ <testcontainers.version>1.20.2</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
<tukaani.version>1.10</tukaani.version>
<twelvemonkeys.version>3.11.0</twelvemonkeys.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 ac5d9e66b..7a1fa97e2 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -33,8 +33,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <azure-identity.version>1.13.3</azure-identity.version>
- <microsoft-graph.version>6.16.0</microsoft-graph.version>
+ <microsoft-graph.version>6.17.0</microsoft-graph.version>
<microsoft-kiota-serialization-json.version>1.1.1</microsoft-kiota-serialization-json.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.17.2</msal4j.version>