Skip to content

Bump Aspire.Hosting.PostgreSQL and 2 others#23

Merged
machie27 merged 2 commits intomasterfrom
dependabot/nuget/aspire-1e40b700a8
Mar 19, 2026
Merged

Bump Aspire.Hosting.PostgreSQL and 2 others#23
machie27 merged 2 commits intomasterfrom
dependabot/nuget/aspire-1e40b700a8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Updated Aspire.Hosting.PostgreSQL from 13.1.2 to 13.1.3.

Release notes

Sourced from Aspire.Hosting.PostgreSQL's releases.

13.1.3

What's Changed

Full Changelog: microsoft/aspire@v13.1.2...v13.1.3

Commits viewable in compare view.

Updated Aspire.Hosting.Redis from 13.1.2 to 13.1.3.

Release notes

Sourced from Aspire.Hosting.Redis's releases.

13.1.3

What's Changed

Full Changelog: microsoft/aspire@v13.1.2...v13.1.3

Commits viewable in compare view.

Updated Aspire.StackExchange.Redis.DistributedCaching from 13.1.2 to 13.1.3.

Release notes

Sourced from Aspire.StackExchange.Redis.DistributedCaching's releases.

13.1.3

What's Changed

Full Changelog: microsoft/aspire@v13.1.2...v13.1.3

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

Bumps Aspire.Hosting.PostgreSQL from 13.1.2 to 13.1.3
Bumps Aspire.Hosting.Redis from 13.1.2 to 13.1.3
Bumps Aspire.StackExchange.Redis.DistributedCaching from 13.1.2 to 13.1.3

---
updated-dependencies:
- dependency-name: Aspire.Hosting.PostgreSQL
  dependency-version: 13.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Redis
  dependency-version: 13.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.StackExchange.Redis.DistributedCaching
  dependency-version: 13.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added infrastructure CI/CD, Aspire, deployment, DevOps P3 Nice to have — minor issues, cosmetic, low impact labels Mar 19, 2026
@dependabot dependabot bot requested a review from machie27 as a code owner March 19, 2026 20:31
@dependabot dependabot bot added P3 Nice to have — minor issues, cosmetic, low impact infrastructure CI/CD, Aspire, deployment, DevOps labels Mar 19, 2026
@machie27
Copy link
Owner

/review

@claude
Copy link

claude bot commented Mar 19, 2026

Claude finished @machie27's task in 37s —— View job


PR Review

  • Gather PR context
  • Review changed files
  • Analyze compatibility and risk
  • Post review feedback

Summary

This is a routine Dependabot patch bump of three .NET Aspire packages from 13.1.2 → 13.1.3:

Package Old New
Aspire.Hosting.PostgreSQL 13.1.2 13.1.3
Aspire.Hosting.Redis 13.1.2 13.1.3
Aspire.StackExchange.Redis.DistributedCaching 13.1.2 13.1.3

Change scope: Directory.Packages.props only — 3 lines changed, one per package.


Assessment

Risk: Very Low. The 13.1.3 release contains only installer publishing updates ("Add installer publishing updates for 13.1.3") with no behavioral changes to the hosting APIs or Redis integration. This is a safe, mechanical patch update.

Code Quality: The change is correctly applied to the central package management file (Directory.Packages.props), which is the right place per this repo's package management conventions. All three packages are part of the same Aspire release train, so bumping them together is correct — mixing Aspire package versions within a minor release would be a concern, but that's not the case here.

Note: Aspire.AppHost.Sdk (13.1.2 in the AppHost .csproj) is not managed via Directory.Packages.props (correctly — it's an SDK, not a package reference). There's a minor version skew now between the SDK (13.1.2) and these hosting packages (13.1.3), but patch-level skew within a minor release is expected and supported by Aspire.

No security, performance, or test concerns — this PR only updates version strings with no logic changes.

Recommendation: ✅ Safe to merge.


@machie27 machie27 merged commit 7c4cced into master Mar 19, 2026
4 checks passed
@machie27 machie27 deleted the dependabot/nuget/aspire-1e40b700a8 branch March 19, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure CI/CD, Aspire, deployment, DevOps P3 Nice to have — minor issues, cosmetic, low impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant