From afefa2cac8a665af14ff5d39744def5bfe86e801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 07:51:05 +0200 Subject: [PATCH] Bump Grpc.Net.Client from 2.56.0 to 2.57.0 (#2912) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump Grpc.Net.Client from 2.52.0 to 2.57.0 Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.52.0 to 2.57.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.52.0...v2.57.0) --- updated-dependencies: - dependency-name: Grpc.Net.Client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Generated files * Revert changes in production code * Fix build test application --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz --- build/LibraryVersions.g.cs | 2 +- test/Directory.Packages.props | 2 +- test/IntegrationTests/LibraryVersions.g.cs | 2 +- .../TestApplication.GrpcNetClient.csproj | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index af415af337..2cade84988 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.56.0"), + new("2.57.0"), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 310e7d2873..f39b7adcd1 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -9,7 +9,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 95be507673..6502c87709 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.56.0" }, + new object[] { "2.57.0" }, #endif }; public static readonly IReadOnlyCollection MassTransit = new List diff --git a/test/test-applications/integrations/TestApplication.GrpcNetClient/TestApplication.GrpcNetClient.csproj b/test/test-applications/integrations/TestApplication.GrpcNetClient/TestApplication.GrpcNetClient.csproj index ec471f1243..fa732781db 100644 --- a/test/test-applications/integrations/TestApplication.GrpcNetClient/TestApplication.GrpcNetClient.csproj +++ b/test/test-applications/integrations/TestApplication.GrpcNetClient/TestApplication.GrpcNetClient.csproj @@ -12,8 +12,8 @@ - + Grpc.Net.Client prior to 2.57.0 references older version. It prevents to load required version from Additional Dependencies store--> +