Skip to content

Commit

Permalink
Switch to compatible grpc version.
Browse files Browse the repository at this point in the history
  • Loading branch information
zpinto committed Sep 6, 2024
1 parent 878f32b commit 695eb90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helix-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
</organization>

<properties>
<protobuf.version>3.25.3</protobuf.version>
<protoc.version>3.25.3</protoc.version>
<grpc.version>1.65.1</grpc.version>
<protobuf.version>3.24.0</protobuf.version>
<protoc.version>3.24.0</protoc.version>
<grpc.version>1.59.1</grpc.version>
<osgi.import>
org.slf4j*;version="[1.7,2)",
org.apache.logging.log4j*;version="[2.17,3)",
Expand Down

0 comments on commit 695eb90

Please sign in to comment.