Skip to content

Commit

Permalink
build(deps): Update protobuf & gRPC version of adapter modules to fix…
Browse files Browse the repository at this point in the history
… macOS aarch64 compile error (#2993)
  • Loading branch information
wenshao committed Dec 29, 2022
1 parent a7cd8a1 commit f872864
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions sentinel-adapter/sentinel-grpc-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<packaging>jar</packaging>

<properties>
<grpc.version>1.30.2</grpc.version>
<protobuf.version>3.21.9</protobuf.version>
<grpc.version>1.51.0</grpc.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -79,7 +80,7 @@
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.5.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:3.5.1-1: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>
Expand Down
4 changes: 2 additions & 2 deletions sentinel-cluster/sentinel-cluster-server-envoy-rls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<java.source.version>1.8</java.source.version>
<java.target.version>1.8</java.target.version>

<protobuf.version>3.10.0</protobuf.version>
<grpc.version>1.30.2</grpc.version>
<protobuf.version>3.21.9</protobuf.version>
<grpc.version>1.51.0</grpc.version>

<maven.shade.version>3.2.1</maven.shade.version>
</properties>
Expand Down

0 comments on commit f872864

Please sign in to comment.