Skip to content

Commit 8f50f72

Browse files
committed
TIKA-4327: update grpc, microsoft-graph, jetbrains annotations, solrj
1 parent 01a67dd commit 8f50f72

File tree

4 files changed

+4
-4
lines changed
  • tika-grpc
  • tika-langdetect/tika-langdetect-optimaize
  • tika-parent
  • tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph

4 files changed

+4
-4
lines changed

tika-grpc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</parent>
3535

3636
<properties>
37-
<grpc.version>1.69.1</grpc.version>
37+
<grpc.version>1.70.0</grpc.version>
3838
<asarkar-grpc-test.version>1.2.2</asarkar-grpc-test.version>
3939
<awaitility.version>4.2.2</awaitility.version>
4040
<j2objc-annotations.version>3.0.0</j2objc-annotations.version>

tika-langdetect/tika-langdetect-optimaize/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.jetbrains</groupId>
4545
<artifactId>annotations</artifactId>
46-
<version>26.0.1</version>
46+
<version>26.0.2</version>
4747
</dependency>
4848
<!-- test dependencies -->
4949
<dependency>

tika-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
<slf4j.version>2.0.16</slf4j.version>
435435
<sis.version>1.4</sis.version>
436436
<snappy.version>1.1.10.7</snappy.version>
437-
<solrj.version>9.7.0</solrj.version>
437+
<solrj.version>9.8.0</solrj.version>
438438
<spring.version>6.2.2</spring.version>
439439
<sqlite.version>3.48.0.0</sqlite.version>
440440
<stax.ex.version>2.1.0</stax.ex.version>

tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<name>Apache Tika Microsoft Graph Pipes Fetcher</name>
3030

3131
<properties>
32-
<microsoft-graph.version>6.25.1</microsoft-graph.version>
32+
<microsoft-graph.version>6.26.0</microsoft-graph.version>
3333
<wiremock.version>3.3.1</wiremock.version>
3434
<!-- TODO when updating msal4j >1.18.0, check whether json-smart is still needed below -->
3535
<msal4j.version>1.18.0</msal4j.version>

0 commit comments

Comments
 (0)