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 27898aa1b6 TIKA-4488: update tyrus, kiota
27898aa1b6 is described below
commit 27898aa1b6dd702aff91907c197c5cc57bba1583
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Mar 3 12:28:03 2026 +0100
TIKA-4488: update tyrus, kiota
---
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
tika-translate/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 c998d5925b..587363b3b6 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -33,7 +33,7 @@
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.23.1</msal4j.version>
<kotlin-stdlib.version>2.3.10</kotlin-stdlib.version>
- <microsoft-kiota.version>1.9.0</microsoft-kiota.version>
+ <microsoft-kiota.version>1.9.1</microsoft-kiota.version>
</properties>
<dependencyManagement>
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 8a45dfb966..d19833dc84 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -85,7 +85,7 @@
<dependency>
<groupId>org.glassfish.tyrus.bundles</groupId>
<artifactId>tyrus-standalone-client</artifactId>
- <version>2.2.1</version>
+ <version>2.2.2</version>
</dependency>
</dependencies>
<reporting>