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 050f22e2aa Bump microsoft-kiota.version from 1.9.1 to 1.9.2 (#2703)
050f22e2aa is described below
commit 050f22e2aa18df5a0d146dabc0bf219e24f7c4c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 06:47:11 2026 +0100
Bump microsoft-kiota.version from 1.9.1 to 1.9.2 (#2703)
Bumps `microsoft-kiota.version` from 1.9.1 to 1.9.2.
Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.9.1
to 1.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
-
[Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-java/compare/v1.9.1...v1.9.2)
Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.9.1
to 1.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
-
[Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-java/compare/v1.9.1...v1.9.2)
Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from
1.9.1 to 1.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
-
[Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-java/compare/v1.9.1...v1.9.2)
Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.9.1 to
1.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
-
[Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-java/compare/v1.9.1...v1.9.2)
Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.9.1 to
1.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
-
[Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-java/compare/v1.9.1...v1.9.2)
Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.9.1
to 1.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
-
[Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-java/compare/v1.9.1...v1.9.2)
Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from
1.9.1 to 1.9.2
- [Release notes](https://github.com/microsoft/kiota-java/releases)
-
[Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-java/compare/v1.9.1...v1.9.2)
---
updated-dependencies:
- dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json
dependency-version: 1.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form
dependency-version: 1.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure
dependency-version: 1.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp
dependency-version: 1.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions
dependency-version: 1.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text
dependency-version: 1.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name:
com.microsoft.kiota:microsoft-kiota-serialization-multipart
dependency-version: 1.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
index fbd041d7ba..6449ac2758 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
@@ -32,7 +32,7 @@
<microsoft-graph.version>6.62.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.30.0-beta</msal4j.version>
- <microsoft-kiota.version>1.9.1</microsoft-kiota.version>
+ <microsoft-kiota.version>1.9.2</microsoft-kiota.version>
<!-- Never include the core artifacts in your plugin lib directory. If you
do, it will cause the classloading
to get messed up when finding your plugins. -->
<plugin.excluded.artifactIds>tika-core,tika-pipes-api,tika-serialization,tika-plugins-core</plugin.excluded.artifactIds>