From e8a55246dc9c465ac00d4d7b3728eb2507bd37a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Mon, 23 Oct 2023 10:34:53 +0200 Subject: [PATCH] Bump Grpc packages from 2.57.0 to 2.58.0 (#3028) * 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](https://github.com/grpc/grpc-dotnet/compare/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] * 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](https://github.com/grpc/grpc-dotnet/compare/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] * 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](https://github.com/grpc/grpc-dotnet/compare/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] * Generated files * Changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.md | 2 ++ build/LibraryVersions.g.cs | 2 +- src/Directory.Packages.props | 2 +- test/Directory.Packages.props | 4 ++-- test/IntegrationTests/LibraryVersions.g.cs | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ece1f492b..8238f2f3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index 3a06a40097..5d4db1339d 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -60,7 +60,7 @@ public static class LibraryVersion new List { new("2.52.0"), - new("2.57.0"), + new("2.58.0"), } }, { diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 1b3807692d..3aff766903 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -62,7 +62,7 @@ - + diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index c76704612c..01235087df 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -9,8 +9,8 @@ - - + + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 57f644577f..05eb30fddc 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -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 MassTransit = new List