Skip to content

chore: Bump the minor-and-patch group with 12 updates#56

Merged
arielbvergara merged 1 commit intomasterfrom
dependabot/nuget/lifehacking/Application/minor-and-patch-c0a1b1cb37
Feb 24, 2026
Merged

chore: Bump the minor-and-patch group with 12 updates#56
arielbvergara merged 1 commit intomasterfrom
dependabot/nuget/lifehacking/Application/minor-and-patch-c0a1b1cb37

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Updated Google.Cloud.Firestore from 3.7.0 to 3.13.0.

Release notes

Sourced from Google.Cloud.Firestore's releases.

3.13.0

New features

  • A new field last_vulnerability_update_time is added to message .grafeas.v1.DiscoveryOccurrence

3.12.0

New features

  • A new message File is added
  • A new field files is added to message .grafeas.v1.DiscoveryOccurrence
  • A new field return_partial_success is added to message .grafeas.v1.ListOccurrencesRequest
  • A new field unreachable is added to message .grafeas.v1.ListOccurrencesResponse
  • A new field return_partial_success is added to message .grafeas.v1.ListNotesRequest
  • A new field unreachable is added to message .grafeas.v1.ListNotesResponse
  • A new message Risk is added
  • A new message CISAKnownExploitedVulnerabilities is added
  • A new message ExploitPredictionScoringSystem is added
  • A new field data is added to message .grafeas.v1.SecretOccurrence
  • A new field digest is added to message .grafeas.v1.SecretOccurrence
  • A new value SECRET_KIND_GCP_API_KEY is added to enum SecretKind
  • A new value SECRET_KIND_GCP_OAUTH2_CLIENT_CREDENTIALS is added to enum SecretKind
  • A new value SECRET_KIND_GCP_OAUTH2_ACCESS_TOKEN is added to enum SecretKind
  • A new value SECRET_KIND_ANTHROPIC_ADMIN_API_KEY is added to enum SecretKind
  • A new value SECRET_KIND_ANTHROPIC_API_KEY is added to enum SecretKind
  • A new value SECRET_KIND_AZURE_ACCESS_TOKEN is added to enum SecretKind
  • A new value SECRET_KIND_AZURE_IDENTITY_TOKEN is added to enum SecretKind
  • A new value SECRET_KIND_DOCKER_HUB_PERSONAL_ACCESS_TOKEN is added to enum SecretKind
  • A new value SECRET_KIND_GITHUB_APP_REFRESH_TOKEN is added to enum SecretKind
  • A new value SECRET_KIND_GITHUB_APP_SERVER_TO_SERVER_TOKEN is added to enum SecretKind
  • A new value SECRET_KIND_GITHUB_APP_USER_TO_SERVER_TOKEN is added to enum SecretKind
  • A new value SECRET_KIND_GITHUB_CLASSIC_PERSONAL_ACCESS_TOKEN is added to enum SecretKind
  • A new value SECRET_KIND_GITHUB_FINE_GRAINED_PERSONAL_ACCESS_TOKEN is added to enum SecretKind
  • A new value SECRET_KIND_GITHUB_OAUTH_TOKEN is added to enum SecretKind
  • A new value SECRET_KIND_HUGGINGFACE_API_KEY is added to enum SecretKind
  • A new value SECRET_KIND_OPENAI_API_KEY is added to enum SecretKind
  • A new value SECRET_KIND_PERPLEXITY_API_KEY is added to enum SecretKind
  • A new value SECRET_KIND_STRIPE_SECRET_KEY is added to enum SecretKind
  • A new value SECRET_KIND_STRIPE_RESTRICTED_KEY is added to enum SecretKind
  • A new value SECRET_KIND_STRIPE_WEBHOOK_SECRET is added to enum SecretKind
  • A new field risk is added to message .grafeas.v1.VulnerabilityOccurrence

Documentation improvements

  • A comment for enum value SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY in enum SecretKind is changed

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Design from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.SqlServer from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Caching.Abstractions from 10.0.0 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Caching.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Caching.Memory from 10.0.0 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Caching.Memory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.2 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Abstractions from 10.0.0 to 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Sentry from 6.0.0 to 6.1.0.

Release notes

Sourced from Sentry's releases.

6.1.0

Features

Fixes

  • User Feedback now contains additional Context and Tags, like Environment and Release (#​4883)
  • Allow Sentry failures from the Sentry CLI when SENTRY_ALLOW_FAILURE is set (#​4852)
  • The SDK now logs a specific error message when envelopes are rejected due to size limits (HTTP 413) (#​4863)
  • Fixed thread-safety issue on Android when multiple events are captured concurrently (#​4814)

Dependencies

6.1.0-alpha.2

BREAKING CHANGES

  • Rename Trace-connected Metrics APIs to avoid implying aggregation (#​4834)
    • from AddCounter to EmitCounter
    • from RecordDistribution to EmitDistribution
    • from RecordGauge to EmitGauge

Features

Fixes

6.1.0-alpha.1

Features

Dependencies

Commits viewable in compare view.

Updated Sentry.AspNetCore from 6.0.0 to 6.1.0.

Release notes

Sourced from Sentry.AspNetCore's releases.

6.1.0

Features

Fixes

  • User Feedback now contains additional Context and Tags, like Environment and Release (#​4883)
  • Allow Sentry failures from the Sentry CLI when SENTRY_ALLOW_FAILURE is set (#​4852)
  • The SDK now logs a specific error message when envelopes are rejected due to size limits (HTTP 413) (#​4863)
  • Fixed thread-safety issue on Android when multiple events are captured concurrently (#​4814)

Dependencies

6.1.0-alpha.2

BREAKING CHANGES

  • Rename Trace-connected Metrics APIs to avoid implying aggregation (#​4834)
    • from AddCounter to EmitCounter
    • from RecordDistribution to EmitDistribution
    • from RecordGauge to EmitGauge

Features

Fixes

6.1.0-alpha.1

Features

Dependencies

Commits viewable in compare view.

Updated Swashbuckle.AspNetCore from 10.1.0 to 10.1.4.

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

10.1.4

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.3...v10.1.4

10.1.3

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.2...v10.1.3

10.1.2

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.1...v10.1.2

10.1.1

What's Changed

New Contributors

Full Changelog:

domaindrivendev/Swashbuckle.AspNetCore@v10.1.0...v10.1.1

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 24, 2026

Labels

The following labels could not be found: nuget. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@arielbvergara
Copy link
Owner

@dependabot rebase

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This Dependabot PR updates several NuGet dependencies (minor/patch-level) across the solution to keep the WebAPI, Infrastructure, Application, and test projects current—most notably updating Google.Cloud.Firestore and several .NET 10.0.x packages.

Changes:

  • Bump Google.Cloud.Firestore from 3.7.0 → 3.13.0 (Infrastructure + related tests).
  • Bump .NET 10.0.x packages (e.g., JwtBearer, EFCore, Mvc.Testing, Extensions.*) to 10.0.3.
  • Bump Sentry packages (Sentry + Sentry.AspNetCore) from 6.0.0 → 6.1.0 and Swashbuckle.AspNetCore from 10.1.0 → 10.1.4.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
lifehacking/WebAPI/WebAPI.csproj Updates WebAPI runtime dependencies (JwtBearer/EFCore/Swashbuckle/Sentry.AspNetCore).
lifehacking/Tests/WebAPI.Tests/WebAPI.Tests.csproj Updates Microsoft.AspNetCore.Mvc.Testing to align with .NET 10.0.3 patch level.
lifehacking/Tests/Infrastructure.Tests/Infrastructure.Tests.csproj Updates Google.Cloud.Firestore used by Infrastructure tests.
lifehacking/Tests/Application.Tests/Application.Tests.csproj Updates Microsoft.Extensions.Caching.Memory to 10.0.3.
lifehacking/Infrastructure/Infrastructure.csproj Updates Firestore and Sentry dependencies used by Infrastructure project.
lifehacking/Application/Application.csproj Updates Microsoft.Extensions.* abstraction packages to 10.0.3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Bumps Google.Cloud.Firestore from 3.7.0 to 3.13.0
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.2 to 10.0.3
Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.2 to 10.0.3
Bumps Microsoft.EntityFrameworkCore.Design from 10.0.2 to 10.0.3
Bumps Microsoft.EntityFrameworkCore.SqlServer from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Caching.Abstractions from 10.0.0 to 10.0.3
Bumps Microsoft.Extensions.Caching.Memory from 10.0.0 to 10.0.3
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.0 to 10.0.3
Bumps Sentry from 6.0.0 to 6.1.0
Bumps Sentry.AspNetCore from 6.0.0 to 6.1.0
Bumps Swashbuckle.AspNetCore from 10.1.0 to 10.1.4

---
updated-dependencies:
- dependency-name: Google.Cloud.Firestore
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Google.Cloud.Firestore
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.Extensions.Caching.Abstractions
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Sentry
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Sentry.AspNetCore
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 10.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/lifehacking/Application/minor-and-patch-c0a1b1cb37 branch from 12ee56a to 1a1288b Compare February 24, 2026 08:51
@arielbvergara arielbvergara merged commit b1e3620 into master Feb 24, 2026
3 checks passed
@arielbvergara arielbvergara deleted the dependabot/nuget/lifehacking/Application/minor-and-patch-c0a1b1cb37 branch February 24, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants