Bump GRPC to be able to compile on Mac Arm
This commit is contained in:
committed by
Oleg Zhurakousky
parent
9c292b629a
commit
f54ac46ab4
@@ -13,7 +13,7 @@
|
||||
<version>4.0.3-SNAPSHOT</version>
|
||||
</parent>
|
||||
<properties>
|
||||
<grpc.version>1.16.1</grpc.version>
|
||||
<grpc.version>1.55.1</grpc.version>
|
||||
<disable.checks>true</disable.checks>
|
||||
</properties>
|
||||
<dependencies>
|
||||
@@ -81,11 +81,11 @@
|
||||
<version>0.6.1</version>
|
||||
<configuration>
|
||||
<protocArtifact>
|
||||
com.google.protobuf:protoc:3.3.0:exe:${os.detected.classifier}
|
||||
com.google.protobuf:protoc:3.23.0:exe:${os.detected.classifier}
|
||||
</protocArtifact>
|
||||
<pluginId>grpc-java</pluginId>
|
||||
<pluginArtifact>
|
||||
io.grpc:protoc-gen-grpc-java:1.4.0:exe:${os.detected.classifier}
|
||||
io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}
|
||||
</pluginArtifact>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
||||
Reference in New Issue
Block a user