Skip to content

Commit

Permalink
Update & Align gRPC and protobug dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored and gsmet committed Nov 13, 2023
1 parent 166afd9 commit 874c155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
<!-- Dependency versions -->

<!-- Make sure to check compatibility between these 2 gRPC components before upgrade -->
<grpc.version>1.49.0</grpc.version> <!-- when updating, verify if com.google.auth should not be updated too -->
<grpc.version>1.56.1</grpc.version> <!-- when updating, verify if com.google.auth should not be updated too -->
<grpc-jprotoc.version>1.2.1</grpc-jprotoc.version>
<protoc.version>3.19.6</protoc.version>
<protoc.version>3.22.0</protoc.version>
<protobuf-java.version>${protoc.version}</protobuf-java.version>
<proto-google-common-protos.version>2.9.2</proto-google-common-protos.version>
<proto-google-common-protos.version>2.19.1</proto-google-common-protos.version>

</properties>

Expand Down

0 comments on commit 874c155

Please sign in to comment.