Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren authored Dec 24, 2024
1 parent 9616721 commit 5f14513
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plugins/grpc-ecosystem/gateway/v2.25.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ registry:
- standalone=true
- separate_package=true
deps:
- plugin: buf.build/protocolbuffers/go:v1.35.2
- plugin: buf.build/protocolbuffers/go:v1.36.1
- plugin: buf.build/grpc/go:v1.5.1
spdx_license_id: BSD-3-Clause
license_url: https://github.com/grpc-ecosystem/grpc-gateway/blob/v2.25.1/LICENSE.txt
2 changes: 1 addition & 1 deletion plugins/grpc/cpp/v1.69.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.69.0
source_url: https://github.com/grpc/grpc
description: Generates C++ client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/cpp:v29.0
- plugin: buf.build/protocolbuffers/cpp:v29.2
output_languages:
- cpp
spdx_license_id: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/csharp/v1.69.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.69.0
source_url: https://github.com/grpc/grpc
description: Generates C# client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/csharp:v29.0
- plugin: buf.build/protocolbuffers/csharp:v29.2
output_languages:
- csharp
spdx_license_id: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/csharp/v1.69.0/build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.Net.Common" Version="2.67.0" />
<PackageReference Include="Google.Protobuf" Version="3.29.0" />
<PackageReference Include="Google.Protobuf" Version="3.29.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion plugins/grpc/objc/v1.69.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.69.0
source_url: https://github.com/grpc/grpc
description: Generates Objective-C client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/objc:v29.0
- plugin: buf.build/protocolbuffers/objc:v29.2
output_languages:
- objective_c
spdx_license_id: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/php/v1.69.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.69.0
source_url: https://github.com/grpc/grpc
description: Generates PHP client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/php:v29.0
- plugin: buf.build/protocolbuffers/php:v29.2
output_languages:
- php
spdx_license_id: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/python/v1.69.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.69.0
source_url: https://github.com/grpc/grpc
description: Generates Python client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/python:v29.0
- plugin: buf.build/protocolbuffers/python:v29.2
output_languages:
- python
spdx_license_id: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/ruby/v1.69.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.69.0
source_url: https://github.com/grpc/grpc
description: Generates Ruby client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/ruby:v29.0
- plugin: buf.build/protocolbuffers/ruby:v29.2
output_languages:
- ruby
spdx_license_id: Apache-2.0
Expand Down

0 comments on commit 5f14513

Please sign in to comment.