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 8f50f7258 TIKA-4327: update grpc, microsoft-graph, jetbrains
annotations, solrj
8f50f7258 is described below
commit 8f50f7258b20524b77bd17fb59a27a7982b0febc
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jan 25 16:06:10 2025 +0100
TIKA-4327: update grpc, microsoft-graph, jetbrains annotations, solrj
---
tika-grpc/pom.xml | 2 +-
tika-langdetect/tika-langdetect-optimaize/pom.xml | 2 +-
tika-parent/pom.xml | 2 +-
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index cbea00506..95feaa26d 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 fdd152976..d72b3cbc0 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-parent/pom.xml b/tika-parent/pom.xml
index 124ddd572..d5bca5c4f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -434,7 +434,7 @@
<slf4j.version>2.0.16</slf4j.version>
<sis.version>1.4</sis.version>
<snappy.version>1.1.10.7</snappy.version>
- <solrj.version>9.7.0</solrj.version>
+ <solrj.version>9.8.0</solrj.version>
<spring.version>6.2.2</spring.version>
<sqlite.version>3.48.0.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
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 07e291827..ef7620aac 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>
<!-- TODO when updating msal4j >1.18.0, check whether json-smart is still
needed below -->
<msal4j.version>1.18.0</msal4j.version>