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 69f13baf4 TIKA-4327: update grpc
69f13baf4 is described below

commit 69f13baf45f9d4928c4cd2ab536fecf2a13cab54
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Dec 29 10:33:32 2025 +0100

    TIKA-4327: update grpc
---
 tika-grpc/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index e0b72a877..44959e2f4 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -34,7 +34,7 @@
   </parent>
 
   <properties>
-    <grpc.version>1.77.0</grpc.version>
+    <grpc.version>1.78.0</grpc.version>
     <asarkar-grpc-test.version>2.0.0</asarkar-grpc-test.version>
     <awaitility.version>4.3.0</awaitility.version>
     <j2objc-annotations.version>3.1</j2objc-annotations.version>
@@ -617,12 +617,12 @@
         <dependency>
           <groupId>org.apache.ignite</groupId>
           <artifactId>ignite-core</artifactId>
-          <version>2.16.0</version>
+          <version>${grpc.version}</version>
         </dependency>
         <dependency>
           <groupId>org.apache.ignite</groupId>
           <artifactId>ignite-indexing</artifactId>
-          <version>2.16.0</version>
+          <version>${grpc.version}</version>
         </dependency>
         <dependency>
           <groupId>com.h2database</groupId>

Reply via email to