Skip to content

Commit

Permalink
Bump the grpc group with 3 updates (#636)
Browse files Browse the repository at this point in the history
Bumps the grpc group with 3 updates: [Grpc.AspNetCore.Server.ClientFactory](https://github.com/grpc/grpc-dotnet), [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) and [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet).


Updates `Grpc.AspNetCore.Server.ClientFactory` from 2.67.0-pre1 to 2.67.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.67.0-pre1...v2.67.0)

Updates `Grpc.AspNetCore` from 2.67.0-pre1 to 2.67.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.67.0-pre1...v2.67.0)

Updates `Grpc.Net.Client` from 2.66.0 to 2.67.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.66.0...v2.67.0)

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore.Server.ClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grpc
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grpc
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 82d802e commit 9c5c0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<MicrosoftExtensionsVersion>9.0.0</MicrosoftExtensionsVersion>
<AspireVersion>9.0.0</AspireVersion>
<AspireUnstablePackagesVersion>9.0.0-preview.5.24551.3</AspireUnstablePackagesVersion>
<GrpcVersion>2.67.0-pre1</GrpcVersion>
<GrpcVersion>2.67.0</GrpcVersion>
<DuendeVersion>7.0.8</DuendeVersion>
<ApiVersioningVersion>8.1.0</ApiVersioningVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ClientApp/ClientApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.28.3" />
<PackageReference Include="Grpc.Net.Client" Version="2.66.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.67.0" />
<PackageReference Include="Grpc.Tools" Version="2.67.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 9c5c0a2

Please sign in to comment.