Skip to content

Commit

Permalink
TIKA-4326: update grpc, use parent protobuf variable
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Dec 12, 2024
1 parent 4572a48 commit 396a968
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tika-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 396a968

Please sign in to comment.