Skip to content

Commit

Permalink
Bump the grpc group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the grpc group with 2 updates: [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) and [Grpc.AspNetCore.Server.Reflection](https://github.com/grpc/grpc-dotnet).


Updates `Grpc.AspNetCore` from 2.59.0 to 2.60.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.59.0...v2.60.0)

Updates `Grpc.AspNetCore.Server.Reflection` from 2.59.0 to 2.60.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.59.0...v2.60.0)

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: Grpc.AspNetCore.Server.Reflection
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent bce6bcf commit 0118547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Dapr.AspNetCore" Version="1.12.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.59.0" />
<PackageReference Include="Grpc.AspNetCore.Server.Reflection" Version="2.59.0" />
<PackageReference Include="Grpc.AspNetCore.Server.Reflection" Version="2.60.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.3.13" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.59.0" />
<PackageReference Include="Grpc.AspNetCore.Server.Reflection" Version="2.59.0" />
<PackageReference Include="Grpc.AspNetCore.Server.Reflection" Version="2.60.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.3.13" />
Expand Down

0 comments on commit 0118547

Please sign in to comment.