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 55d4568ab TIKA-4326: update grpc, microsoft-graph, jetbrains
annotations
55d4568ab is described below
commit 55d4568ab11aa8cee6631c1c58c4fa2bfb8d4c4b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jan 25 15:59:28 2025 +0100
TIKA-4326: update grpc, microsoft-graph, jetbrains annotations
---
tika-grpc/pom.xml | 2 +-
tika-langdetect/tika-langdetect-optimaize/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-grpc/pom.xml b/tika-grpc/pom.xml
index 151a3ab88..4775e4714 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -34,7 +34,7 @@
</parent>
<properties>
- <grpc.version>1.69.1</grpc.version>
+ <grpc.version>1.70.0</grpc.version>
<asarkar-grpc-test.version>1.2.2</asarkar-grpc-test.version>
<awaitility.version>4.2.2</awaitility.version>
<j2objc-annotations.version>3.0.0</j2objc-annotations.version>
diff --git a/tika-langdetect/tika-langdetect-optimaize/pom.xml
b/tika-langdetect/tika-langdetect-optimaize/pom.xml
index 0e3680784..98499122b 100644
--- a/tika-langdetect/tika-langdetect-optimaize/pom.xml
+++ b/tika-langdetect/tika-langdetect-optimaize/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
- <version>26.0.1</version>
+ <version>26.0.2</version>
</dependency>
<!-- test dependencies -->
<dependency>
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 7a5d53975..e139423f3 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.25.1</microsoft-graph.version>
+ <microsoft-graph.version>6.26.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.18.0</msal4j.version>
<kotlin-stdlib.version>2.1.0</kotlin-stdlib.version>