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 5de214c5058fb13adb201ad411134d9b681ef98e Author: Tilman Hausherr <[email protected]> AuthorDate: Thu Dec 12 14:15:49 2024 +0100 TIKA-4327: 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 5603a62b0..679cd5ffd 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>
