Skip to content

Commit

Permalink
Upgrade gRPC to 1.45.0 (#486)
Browse files Browse the repository at this point in the history
Looking to see if this might affect the memory issue identified in #483.
  • Loading branch information
jefferbrecht committed Apr 8, 2022
1 parent 53a9ee6 commit 17db261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ eos
gem.add_runtime_dependency 'googleauth', '0.9.0'
gem.add_runtime_dependency 'google-api-client', '0.30.8'
gem.add_runtime_dependency 'google-cloud-logging', '1.6.6'
gem.add_runtime_dependency 'google-protobuf', '3.18.2'
gem.add_runtime_dependency 'grpc', '1.43.1'
gem.add_runtime_dependency 'google-protobuf', '3.20.0'
gem.add_runtime_dependency 'grpc', '1.45.0'
gem.add_runtime_dependency 'json', '2.2.0'
gem.add_runtime_dependency 'opencensus', '0.5.0'
gem.add_runtime_dependency 'opencensus-stackdriver', '0.4.1'
Expand Down

0 comments on commit 17db261

Please sign in to comment.