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 8ff045a61 TIKA-4326: update grpc
8ff045a61 is described below
commit 8ff045a61823fee5bddecfb793a81c50285781ee
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jan 17 13:14:32 2025 +0100
TIKA-4326: update grpc
---
tika-grpc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index 041c25a18..151a3ab88 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -34,7 +34,7 @@
</parent>
<properties>
- <grpc.version>1.69.0</grpc.version>
+ <grpc.version>1.69.1</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>