Skip to content

Commit

Permalink
build(deps): bump Grpc_AspNetCore_Version from 2.52.0-pre1 to 2.59.0
Browse files Browse the repository at this point in the history
Bumps `Grpc_AspNetCore_Version` from 2.52.0-pre1 to 2.59.0.

Updates `Grpc.AspNetCore` from 2.52.0-pre1 to 2.59.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.52.0-pre1...v2.59.0)

Updates `Grpc.AspNetCore.Server.ClientFactory` from 2.52.0-pre1 to 2.59.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.52.0-pre1...v2.59.0)

Updates `Grpc.Net.ClientFactory` from 2.52.0-pre1 to 2.59.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.52.0-pre1...v2.59.0)

Updates `Grpc.Net.Client` from 2.52.0-pre1 to 2.59.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.52.0-pre1...v2.59.0)

Updates `Google.Protobuf` from 3.22.1 to 3.23.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.22.1...v3.23.1)

Updates `Grpc.Tools` from 2.53.0-pre1 to 2.59.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/commits)

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Grpc.AspNetCore.Server.ClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Grpc.Net.ClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Grpc.Tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 12, 2023
1 parent d63e424 commit 9080389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<Grpc_Tools_Version>2.53.0-pre1</Grpc_Tools_Version>
<Google_Protobuf_Version>3.22.1</Google_Protobuf_Version>
<Grpc_Net_Client_Version>2.52.0-pre1</Grpc_Net_Client_Version>
<Grpc_AspNetCore_Version>2.52.0-pre1</Grpc_AspNetCore_Version>
<Grpc_AspNetCore_Version>2.59.0</Grpc_AspNetCore_Version>
<Grpc_AspNetCore_Server_ClientFactory_Version>2.52.0-pre1</Grpc_AspNetCore_Server_ClientFactory_Version>
<Grpc_Net_ClientFactory_Version>2.52.0-pre1</Grpc_Net_ClientFactory_Version>

Expand Down

0 comments on commit 9080389

Please sign in to comment.