Skip to content

Commit c8cd81c

Browse files
authoredOct 19, 2023
chore(deps): bump Grpc.Auth from 2.57.0 to 2.58.0
Bumps [Grpc.Auth](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/commits) --- updated-dependencies: - dependency-name: Grpc.Auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb5e67b commit c8cd81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Client/Client.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This release is based on the Zeebe 8.3.0 release (https://github.com/zeebe-io/ze
4545
<ItemGroup>
4646
<PackageReference Include="Google.Protobuf" version="3.24.4" />
4747
<PackageReference Include="Grpc" version="2.46.6" />
48-
<PackageReference Include="Grpc.Auth" Version="2.57.0" />
48+
<PackageReference Include="Grpc.Auth" Version="2.58.0" />
4949
<PackageReference Include="Grpc.Net.Client" Version="2.58.0" />
5050
<PackageReference Include="Grpc.Tools" version="2.59.0">
5151
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)
Please sign in to comment.