Skip to content

Bump the nuget-production-dependencies group with 3 updates#7

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/accounting/nuget-production-dependencies-a5dbea14cf
Open

Bump the nuget-production-dependencies group with 3 updates#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/accounting/nuget-production-dependencies-a5dbea14cf

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Updated Grpc.AspNetCore from 2.67.0 to 2.76.0.

Release notes

Sourced from Grpc.AspNetCore's releases.

2.76.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0

2.76.0-pre1

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0-pre1

2.71.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0

2.71.0-pre1

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0-pre1

2.70.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.67.0...v2.70.0

Commits viewable in compare view.

Updated Grpc.AspNetCore.HealthChecks from 2.67.0 to 2.76.0.

Release notes

Sourced from Grpc.AspNetCore.HealthChecks's releases.

2.76.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0

2.76.0-pre1

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0-pre1

2.71.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0

2.71.0-pre1

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0-pre1

2.70.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.67.0...v2.70.0

Commits viewable in compare view.

Updated Grpc.Tools from 2.68.1 to 2.80.0.

Release notes

Sourced from Grpc.Tools's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Upgrade gRPC dependencies to current stable versions in accounting and cart to pick up fixes, performance improvements, and .NET 10 support. Also updates build-time tooling.

  • Dependencies
    • Grpc.AspNetCore: 2.67.0 → 2.76.0 (cart)
    • Grpc.AspNetCore.HealthChecks: 2.67.0 → 2.76.0 (cart)
    • Grpc.Tools: 2.68.1 → 2.80.0 (accounting, build-time only)

Written for commit 14c3dfc. Summary will update on new commits.

Bumps Grpc.AspNetCore from 2.67.0 to 2.76.0
Bumps Grpc.AspNetCore.HealthChecks from 2.67.0 to 2.76.0
Bumps Grpc.Tools from 2.68.1 to 2.80.0

---
updated-dependencies:
- dependency-name: Grpc.Tools
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: Grpc.AspNetCore
  dependency-version: 2.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: Grpc.AspNetCore.HealthChecks
  dependency-version: 2.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: Grpc.AspNetCore
  dependency-version: 2.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: Grpc.AspNetCore.HealthChecks
  dependency-version: 2.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: Grpc.AspNetCore
  dependency-version: 2.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
- dependency-name: Grpc.AspNetCore.HealthChecks
  dependency-version: 2.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 24, 2026
Comment thread src/cart/src/cart.csproj
@@ -16,8 +16,8 @@

<ItemGroup>
<!-- Keeping Grpc.AspNetCore* to 2.67 due to https://github.com/grpc/grpc/issues/38538 -->
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Comment about pinning to 2.67.0 due to issue #38538 is now outdated/stale since the version was updated to 2.76.0. Consider updating or removing this comment to avoid confusion.

Comment thread src/cart/src/cart.csproj
<!-- Keeping Grpc.AspNetCore* to 2.67 due to https://github.com/grpc/grpc/issues/38538 -->
<PackageReference Include="Grpc.AspNetCore" Version="2.67.0" />
<PackageReference Include="Grpc.AspNetCore.HealthChecks" Version="2.67.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Large version jump from 2.67.0 to 2.76.0 (9 minor versions). Ensure compatibility with the existing codebase and that issue #38538 is resolved in this version.

Comment thread src/cart/src/cart.csproj
<PackageReference Include="Grpc.AspNetCore" Version="2.67.0" />
<PackageReference Include="Grpc.AspNetCore.HealthChecks" Version="2.67.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
<PackageReference Include="Grpc.AspNetCore.HealthChecks" Version="2.76.0" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Grpc.AspNetCore.HealthChecks also updated to 2.76.0 - ensure compatibility with Grpc.AspNetCore at the same version.

<PackageReference Include="EFCore.NamingConventions" Version="10.0.1" />
<PackageReference Include="Google.Protobuf" Version="3.34.1" />
<PackageReference Include="Grpc.Tools" Version="2.68.1">
<PackageReference Include="Grpc.Tools" Version="2.80.0">
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SUGGESTION: Consider aligning Grpc.Tools version (2.80.0) with Grpc.AspNetCore version (2.76.0) used in cart project to avoid potential tooling/runtime compatibility issues. Mixing minor versions may cause unexpected behavior.

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented Apr 24, 2026

Code Review Summary

Status: 4 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 3
SUGGESTION 1
Issue Details (click to expand)

WARNING

File Line Issue
src/cart/src/cart.csproj 18 Comment about pinning to 2.67.0 due to issue #38538 is now outdated/stale since the version was updated to 2.76.0. Consider updating or removing this comment to avoid confusion.
src/cart/src/cart.csproj 19 Large version jump from 2.67.0 to 2.76.0 (9 minor versions). Ensure compatibility with the existing codebase and that issue #38538 is resolved in this version.
src/cart/src/cart.csproj 20 Grpc.AspNetCore.HealthChecks also updated to 2.76.0 - ensure compatibility with Grpc.AspNetCore at the same version.

SUGGESTION

File Line Issue
src/accounting/Accounting.csproj 15 Consider aligning Grpc.Tools version (2.80.0) with Grpc.AspNetCore version (2.76.0) used in cart project to avoid potential tooling/runtime compatibility issues. Mixing minor versions may cause unexpected behavior.
Other Observations (not in diff)

Issues found in unchanged code that cannot receive inline comments:

  • src/cart/tests/cart.tests.csproj uses Grpc.Net.Client 2.76.0 which matches the updated cart project version - this is consistent and correct.
Files Reviewed (4 files)
  • src/accounting/Accounting.csproj - 1 issue
  • src/cart/src/cart.csproj - 3 issues
  • src/cart/tests/cart.tests.csproj - 0 issues

Reviewed by ling-2.6-1t-20260423:free · 1,027,905 tokens

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="src/cart/src/cart.csproj">

<violation number="1" location="src/cart/src/cart.csproj:19">
P3: These version bumps conflict with the adjacent comment that says the project is intentionally pinned to 2.67. Update or remove the comment to keep dependency intent accurate.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread src/cart/src/cart.csproj
<!-- Keeping Grpc.AspNetCore* to 2.67 due to https://github.com/grpc/grpc/issues/38538 -->
<PackageReference Include="Grpc.AspNetCore" Version="2.67.0" />
<PackageReference Include="Grpc.AspNetCore.HealthChecks" Version="2.67.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot Apr 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: These version bumps conflict with the adjacent comment that says the project is intentionally pinned to 2.67. Update or remove the comment to keep dependency intent accurate.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At src/cart/src/cart.csproj, line 19:

<comment>These version bumps conflict with the adjacent comment that says the project is intentionally pinned to 2.67. Update or remove the comment to keep dependency intent accurate.</comment>

<file context>
@@ -16,8 +16,8 @@
     <!-- Keeping Grpc.AspNetCore* to 2.67 due to https://github.com/grpc/grpc/issues/38538 -->
-    <PackageReference Include="Grpc.AspNetCore" Version="2.67.0" />
-    <PackageReference Include="Grpc.AspNetCore.HealthChecks" Version="2.67.0" />
+    <PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
+    <PackageReference Include="Grpc.AspNetCore.HealthChecks" Version="2.76.0" />
     <PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.15.3" />
</file context>
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants