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 c9aee227c TIKA-4379: update jline, microsoft-graph, kotlin, azure
c9aee227c is described below
commit c9aee227c5352275a20a4500035a9de1be8c89c3
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 19 09:19:26 2025 +0200
TIKA-4379: update jline, microsoft-graph, kotlin, azure
---
tika-parent/pom.xml | 2 +-
tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 8bc930906..3d4c0477e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -320,7 +320,7 @@
<azure.core.http.netty.version>1.15.11</azure.core.http.netty.version>
<azure.storage.blob.version>12.30.0</azure.storage.blob.version>
<azure.storage.common>12.29.0</azure.storage.common>
- <azure-identity.version>1.16.0</azure-identity.version>
+ <azure-identity.version>1.16.1</azure-identity.version>
<azure.json.version>1.5.0</azure.json.version>
<azure.xml.version>1.2.0</azure.xml.version>
<!-- 7.0.0 needs java 17 -->
diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index 029309a54..06527d297 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -214,7 +214,7 @@
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
- <version>3.30.0</version>
+ <version>3.30.1</version>
</dependency>
<dependency>
<groupId>javax.activation</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 e01c3da74..fc6b9efa9 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,10 +29,10 @@
<name>Apache Tika Microsoft Graph Pipes Fetcher</name>
<properties>
- <microsoft-graph.version>6.37.0</microsoft-graph.version>
+ <microsoft-graph.version>6.38.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.20.1</msal4j.version>
- <kotlin-stdlib.version>2.1.20</kotlin-stdlib.version>
+ <kotlin-stdlib.version>2.1.21</kotlin-stdlib.version>
<microsoft-kiota.version>1.8.4</microsoft-kiota.version>
</properties>