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
commit 396a968cb6ba682ee9177dd8d63c7f6c6ad21077 Author: Tilman Hausherr <[email protected]> AuthorDate: Thu Dec 12 14:45:38 2024 +0100 TIKA-4326: update grpc, use parent protobuf variable --- tika-grpc/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml index 2c6259956..041c25a18 100644 --- a/tika-grpc/pom.xml +++ b/tika-grpc/pom.xml @@ -34,8 +34,7 @@ </parent> <properties> - <grpc.version>1.68.2</grpc.version> - <protoc.version>3.25.3</protoc.version> + <grpc.version>1.69.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> @@ -259,7 +258,7 @@ <artifactId>protobuf-maven-plugin</artifactId> <version>0.6.1</version> <configuration> - <protocArtifact>com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier}</protocArtifact> + <protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact> <pluginId>grpc-java</pluginId> <pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</pluginArtifact> </configuration>
