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 5deeebb1d TIKA-4379: update azure-identity, byte-buddy, microsoft-graph
5deeebb1d is described below
commit 5deeebb1d7fbf5f54d58bfe361efdfed6998a17a
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Feb 17 09:09:16 2025 +0100
TIKA-4379: update azure-identity, byte-buddy, microsoft-graph
---
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 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 20ebc8e51..1085621cf 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -320,7 +320,7 @@
<azure.core.http.netty.version>1.15.9</azure.core.http.netty.version>
<azure.storage.blob.version>12.29.0</azure.storage.blob.version>
<azure.storage.common>12.28.0</azure.storage.common>
- <azure-identity.version>1.15.1</azure-identity.version>
+ <azure-identity.version>1.15.2</azure-identity.version>
<azure.json.version>1.4.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 2eee1311f..b1de7fe11 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -75,7 +75,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.17.0</version>
+ <version>1.17.1</version>
</dependency>
<dependency>
<groupId>commons-net</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 0c48bb27e..68373e8b5 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,7 +29,7 @@
<name>Apache Tika Microsoft Graph Pipes Fetcher</name>
<properties>
- <microsoft-graph.version>6.27.0</microsoft-graph.version>
+ <microsoft-graph.version>6.28.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.19.0</msal4j.version>
<kotlin-stdlib.version>2.1.10</kotlin-stdlib.version>