Skip to content

Commit

Permalink
Bump Grpc packages from 2.57.0 to 2.58.0 (#3028)
Browse files Browse the repository at this point in the history
* Bump Grpc.Core.Api from 2.57.0 to 2.58.0

Bumps [Grpc.Core.Api](https://github.com/grpc/grpc-dotnet) from 2.57.0 to 2.58.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.57.0...v2.58.0)

---
updated-dependencies:
- dependency-name: Grpc.Core.Api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump Grpc.Net.Client from 2.57.0 to 2.58.0

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.57.0 to 2.58.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.57.0...v2.58.0)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump Grpc.Net.Client.Web from 2.57.0 to 2.58.0

Bumps [Grpc.Net.Client.Web](https://github.com/grpc/grpc-dotnet) from 2.57.0 to 2.58.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.57.0...v2.58.0)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client.Web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Generated files

* Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Kielek and dependabot[bot] authored Oct 23, 2023
1 parent d55097b commit e8a5524
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h

### Dependency updates

- .NET Framework only, `Grpc.Core.Api` updated from `2.57.0` to `2.58.0`.

### Deprecated

### Removed
Expand Down
2 changes: 1 addition & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static class LibraryVersion
new List<PackageBuildInfo>
{
new("2.52.0"),
new("2.57.0"),
new("2.58.0"),
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<PackageVersion Include="Google.Protobuf" Version="3.24.4" />
<PackageVersion Include="Grpc" Version="2.46.6" />
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
<PackageVersion Include="Grpc.Core.Api" Version="2.57.0" />
<PackageVersion Include="Grpc.Core.Api" Version="2.58.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
Expand Down
4 changes: 2 additions & 2 deletions test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PackageVersion Include="GraphQL.MicrosoftDI" Version="7.6.1" />
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="7.6.0" />
<PackageVersion Include="GraphQL.Server.Ui.Playground" Version="7.6.0" />
<PackageVersion Include="Grpc.Net.Client" Version="2.57.0" />
<PackageVersion Include="Grpc.Net.Client.Web" Version="2.57.0" />
<PackageVersion Include="Grpc.Net.Client" Version="2.58.0" />
<PackageVersion Include="Grpc.Net.Client.Web" Version="2.58.0" />
<PackageVersion Include="Grpc.Tools" Version="2.51.0" />
<PackageVersion Include="MassTransit" Version="8.1.1" />
<PackageVersion Include="Microsoft.AspNetCore" Version="2.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static class LibraryVersion
new object[] { string.Empty }
#else
new object[] { "2.52.0" },
new object[] { "2.57.0" },
new object[] { "2.58.0" },
#endif
};
public static readonly IReadOnlyCollection<object[]> MassTransit = new List<object[]>
Expand Down

0 comments on commit e8a5524

Please sign in to comment.