Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
feuyeux committed Oct 2, 2024
2 parents f3cfce4 + f7cac6b commit 5606aad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hello-grpc-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ require (
// https://pkg.go.dev/golang.org/x/net
golang.org/x/net v0.29.0
// https://github.com/grpc/grpc-go/tags
google.golang.org/grpc v1.67.0
google.golang.org/grpc v1.67.1
// https://github.com/protocolbuffers/protobuf-go/tags
google.golang.org/protobuf v1.34.2
google.golang.org/protobuf v1.34.2 // indirect
)

require (
Expand Down
2 changes: 1 addition & 1 deletion hello-grpc-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<grpc.version>1.68.0</grpc.version>
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
<protoc.version>3.24.3</protoc.version>
<netty-resolver-dns.version>4.1.113.Final</netty-resolver-dns.version>
<netty-resolver-dns.version>4.1.114.Final</netty-resolver-dns.version>
<guava.version>33.3.1-jre</guava.version>
<!-- https://mvnrepository.com/artifact/io.etcd/jetcd-core -->
<jetcd.version>0.8.3</jetcd.version>
Expand Down
2 changes: 1 addition & 1 deletion hello-grpc-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 由 grpcio-tools 版本决定; 注意与 protoc --version兼容
grpcio-tools==1.66.2
# https://pypi.org/project/protobuf/
protobuf==5.27.2
protobuf==5.28.2
# https://pypi.org/project/futures/
# https://pypi.org/project/futures3/
futures==3.0.5
Expand Down

0 comments on commit 5606aad

Please sign in to comment.