Skip to content

Commit

Permalink
TIKA-4327: update grpc, microsoft-graph, jetbrains annotations, solrj
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Jan 25, 2025
1 parent 01a67dd commit 8f50f72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tika-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tika-langdetect/tika-langdetect-optimaize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8f50f72

Please sign in to comment.