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 9128fac5b TIKA-4181: update grpc
9128fac5b is described below
commit 9128fac5bde6ba93290994002652700d4e8afcec
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jul 12 12:03:47 2024 +0200
TIKA-4181: 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 c82b66e85..3ecc48207 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -34,7 +34,7 @@
</parent>
<properties>
- <grpc.version>1.65.0</grpc.version>
+ <grpc.version>1.65.1</grpc.version>
<protoc.version>3.25.3</protoc.version>
<asarkar-grpc-test.version>1.2.2</asarkar-grpc-test.version>
<awaitility.version>4.2.1</awaitility.version>