Bump AWSSDK.Core, AWSSDK.CloudFormation and AWSSDK.ECR together - #2102
Merged
Conversation
Bumps AWSSDK.Core from 4.0.3.29 to 4.0.100.9 Bumps AWSSDK.ECR from 4.0.13.1 to 4.0.100.7 --- updated-dependencies: - dependency-name: AWSSDK.Core dependency-version: 4.0.100.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: AWSSDK.ECR dependency-version: 4.0.100.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps AWSSDK.CloudFormation from 4.0.8.19 to 4.0.102 Bumps AWSSDK.Core from 4.0.3.29 to 4.0.100.9 --- updated-dependencies: - dependency-name: AWSSDK.CloudFormation dependency-version: 4.0.102 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: AWSSDK.Core dependency-version: 4.0.100.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
zentron
enabled auto-merge (squash)
August 5, 2026 04:14
APErebus
approved these changes
Aug 5, 2026
APErebus
left a comment
Contributor
There was a problem hiding this comment.
I can't think of a reason why this would be an issue :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Background
Dependabot opened two separate PRs that both bump
AWSSDK.Core, but to different consuming projects (#2098 forCalamari.Aws, #2100 forCalamari.CloudAccounts). Building either branch on its own against the full solution produced NuGet version-downgrade warnings, sinceAWSSDK.Coreended up pinned to different versions across projects. Combining them into one branch resolves that.Results
AWSSDK.Core→4.0.100.9(both projects)AWSSDK.CloudFormation→4.0.102(Calamari.Aws)AWSSDK.ECR→4.0.100.7(Calamari.CloudAccounts)Supersedes #2098 and #2100 — those can be closed once this merges.
Testing
Ran a clean
dotnet restore+dotnet build Calamari.sln: 0 errors, noAWSSDK.Coreversion-downgrade warnings.How to review
Two commits, each a straight cherry-pick of one of the superseded Dependabot PRs — no manual edits, just combined onto one branch.
No.