Skip to content

Commit

Permalink
chore(deps): bump Grpc.AspNetCore and Google.Protobuf
Browse files Browse the repository at this point in the history
Bumps [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) and [Google.Protobuf](https://github.com/protocolbuffers/protobuf). These dependencies needed to be updated together.

Updates `Grpc.AspNetCore` from 2.55.0 to 2.61.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.55.0...v2.61.0)

Updates `Google.Protobuf` from 3.23.4 to 3.24.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.23.4...v3.24.0)

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent e0578cd commit ce32d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<PackageVersion Include="Finos.Fdc3.AppDirectory" Version="2.0.0-beta.1" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="FluentAssertions.Json" Version="6.1.0" />
<PackageVersion Include="Google.Protobuf" Version="3.23.4" />
<PackageVersion Include="Google.Protobuf" Version="3.24.0" />
<PackageVersion Include="Grpc.AspNetCore.Server" Version="2.61.0" />
<PackageVersion Include="Grpc.AspNetCore" Version="2.55.0" />
<PackageVersion Include="Grpc.AspNetCore" Version="2.61.0" />
<PackageVersion Include="Grpc.Core.Testing" Version="2.46.6" />
<PackageVersion Include="Grpc.Net.Client" Version="2.61.0" />
<PackageVersion Include="Grpc.Tools" Version="2.62.0" />
Expand Down

0 comments on commit ce32d5a

Please sign in to comment.