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
commit 7a7885b966f2978f2b565ff0819a2e643d868502 Author: Tilman Hausherr <[email protected]> AuthorDate: Sun Sep 22 19:36:55 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 c937d3879..35831af7c 100644 --- a/tika-grpc/pom.xml +++ b/tika-grpc/pom.xml @@ -34,7 +34,7 @@ </parent> <properties> - <grpc.version>1.66.0</grpc.version> + <grpc.version>1.68.0</grpc.version> <protoc.version>3.25.3</protoc.version> <asarkar-grpc-test.version>1.2.2</asarkar-grpc-test.version> <awaitility.version>4.2.2</awaitility.version>
