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 10dc7f6a5 Bump com.azure:azure-identity from 1.13.2 to 1.13.3 (#1948)
10dc7f6a5 is described below
commit 10dc7f6a57eb5911e91677de81186b170512273c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 16 08:11:05 2024 +0200
Bump com.azure:azure-identity from 1.13.2 to 1.13.3 (#1948)
Bumps
[com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from
1.13.2 to 1.13.3.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
-
[Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-identity_1.13.2...azure-identity_1.13.3)
---
updated-dependencies:
- dependency-name: com.azure:azure-identity
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-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 c3ea7fdef..df0d55cea 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 @@
<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.2</azure-identity.version>
+ <azure-identity.version>1.13.3</azure-identity.version>
<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>