Skip to content

Commit 6b014c8

Browse files
chore(deps): Update dependency Grpc.Net.Client to 2.71.0 (#68)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Grpc.Net.Client](https://redirect.github.com/grpc/grpc-dotnet) | `2.70.0` -> `2.71.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Grpc.Net.Client/2.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Grpc.Net.Client/2.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Grpc.Net.Client/2.70.0/2.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Grpc.Net.Client/2.70.0/2.71.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>grpc/grpc-dotnet (Grpc.Net.Client)</summary> ### [`v2.71.0`](https://redirect.github.com/grpc/grpc-dotnet/releases/tag/v2.71.0) #### What's Changed - Remove old dotnet-core feed by [@&#8203;JamesNK](https://redirect.github.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2611](https://redirect.github.com/grpc/grpc-dotnet/pull/2611) - Bump axios from 1.7.4 to 1.8.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2615](https://redirect.github.com/grpc/grpc-dotnet/pull/2615) - Bump [@&#8203;babel/helpers](https://redirect.github.com/babel/helpers) from 7.25.0 to 7.27.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2616](https://redirect.github.com/grpc/grpc-dotnet/pull/2616) - Bump tar-fs from 3.0.6 to 3.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2619](https://redirect.github.com/grpc/grpc-dotnet/pull/2619) - Fix race condition that caused inprogress connect to be canceled by [@&#8203;JamesNK](https://redirect.github.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2618](https://redirect.github.com/grpc/grpc-dotnet/pull/2618) - Bump tools package to 2.71 by [@&#8203;apolcyn](https://redirect.github.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2621](https://redirect.github.com/grpc/grpc-dotnet/pull/2621) - Update NuGet package versions by [@&#8203;JamesNK](https://redirect.github.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2620](https://redirect.github.com/grpc/grpc-dotnet/pull/2620) - bump version to 2.71.0-pre1 by [@&#8203;apolcyn](https://redirect.github.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2622](https://redirect.github.com/grpc/grpc-dotnet/pull/2622) - Bump version on 2.71 for final release by [@&#8203;apolcyn](https://redirect.github.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2627](https://redirect.github.com/grpc/grpc-dotnet/pull/2627) **Full Changelog**: grpc/grpc-dotnet@v2.70.0...v2.71.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hypermodeinc/dgraph.net). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS45IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ryan Fox-Tyler <[email protected]>
1 parent 5ad9ee6 commit 6b014c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Dgraph/Dgraph.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ItemGroup>
2222
<PackageReference Include="Google.Protobuf" Version="3.31.0" />
2323
<PackageReference Include="Grpc.Core" Version="2.46.6" />
24-
<PackageReference Include="Grpc.Net.Client" Version="2.70.0" />
24+
<PackageReference Include="Grpc.Net.Client" Version="2.71.0" />
2525
<PackageReference Include="Grpc.Tools" Version="2.71.0" PrivateAssets="All" />
2626
<PackageReference Include="FluentResults" Version="3.16.0" />
2727
</ItemGroup>

0 commit comments

Comments
 (0)