Skip to content

.Net: Bump AWSSDK.BedrockAgentRuntime and AWSSDK.Core - #14226

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dotnet/multi-622dfb74b6
Closed

.Net: Bump AWSSDK.BedrockAgentRuntime and AWSSDK.Core#14226
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dotnet/multi-622dfb74b6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Pinned AWSSDK.BedrockAgentRuntime at 4.0.100.7.

Release notes

Sourced from AWSSDK.BedrockAgentRuntime's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AWSSDK.Core from 4.0.6.1 to 4.0.100.9.

Release notes

Sourced from AWSSDK.Core'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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps AWSSDK.BedrockAgentRuntime from 4.0.8.5 to 4.0.100.7
Bumps AWSSDK.Core from 4.0.6.1 to 4.0.100.9

---
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.BedrockAgentRuntime
  dependency-version: 4.0.100.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels Jul 28, 2026
Copilot AI review requested due to automatic review settings July 28, 2026 16:14
@dependabot
dependabot Bot requested a review from a team as a code owner July 28, 2026 16:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. .NET Issue or Pull requests regarding .NET code labels Jul 28, 2026
@github-actions github-actions Bot changed the title Bump AWSSDK.BedrockAgentRuntime and AWSSDK.Core .Net: Bump AWSSDK.BedrockAgentRuntime and AWSSDK.Core Jul 28, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the centrally managed .NET package versions to use a newer AWS SDK runtime package.

Changes:

  • Bumps AWSSDK.BedrockAgentRuntime from 4.0.8.5 to 4.0.100.7.

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

Comment on lines 17 to 21
<PackageVersion Include="AWSSDK.BedrockAgent" Version="4.0.8.5" />
<PackageVersion Include="AWSSDK.BedrockAgentRuntime" Version="4.0.8.5" />
<PackageVersion Include="AWSSDK.BedrockAgentRuntime" Version="4.0.100.7" />
<PackageVersion Include="AWSSDK.BedrockRuntime" Version="4.0.14.5" />
<PackageVersion Include="AWSSDK.Core" Version="4.0.6.1" />
<PackageVersion Include="AWSSDK.Extensions.Bedrock.MEAI" Version="4.0.5.3" />

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Automated Code Review

Reviewers: 5 | Confidence: 90%

✓ Correctness

This PR bumps AWSSDK.BedrockAgentRuntime from 4.0.8.5 to 4.0.100.7 while leaving AWSSDK.Core at 4.0.6.1, AWSSDK.BedrockAgent at 4.0.8.5, and AWSSDK.BedrockRuntime at 4.0.14.5. The PR description claims AWSSDK.Core is updated to 4.0.100.9, but the diff does not include that change. The primary version-mismatch concern is already covered by the existing unresolved review comment. No other correctness issues found in the single-line version bump.

✓ Security Reliability

This is a straightforward dependency version bump for AWSSDK.BedrockAgentRuntime from 4.0.8.5 to 4.0.100.7. From a security and reliability perspective, the change itself introduces no injection risks, secrets, resource leaks, or unsafe deserialization. The version misalignment concern (BedrockAgentRuntime at 4.0.100.7 while Core remains at 4.0.6.1 and BedrockAgent at 4.0.8.5) is already captured by the existing unresolved review comment. No additional security or reliability issues were identified.

✓ Test Coverage

This is a Dependabot dependency version bump for AWSSDK.BedrockAgentRuntime from 4.0.8.5 to 4.0.100.7. No code logic changes are made. The project already has unit tests (BedrockAgentChannelTests.cs, BedrockAgentTests.cs) covering the Bedrock agent functionality. From a test coverage perspective, existing tests should validate that the new SDK version doesn't introduce regressions, and no additional tests are required for a dependency-only change.

✓ Failure Modes

This PR bumps AWSSDK.BedrockAgentRuntime from 4.0.8.5 to 4.0.100.7 while leaving AWSSDK.Core at 4.0.6.1 and AWSSDK.BedrockAgent at 4.0.8.5. The primary failure mode concern (version misalignment causing potential binding failures) is already captured by the existing unresolved review comment. No additional silent failure paths or operational failure modes beyond what's already flaged.

✗ Design Approach

The change set appears incomplete rather than fundamentally misdesigned: it updates AWSSDK.BedrockAgentRuntime, but the repo still centrally pins AWSSDK.Core to 4.0.6.1, so projects that directly reference AWSSDK.Core continue restoring the old package. That means this PR does not actually implement the Core bump described in its own rationale.

Flagged Issues

  • dotnet/Directory.Packages.props still pins AWSSDK.Core to 4.0.6.1, so direct AWSSDK.Core consumers such as dotnet/src/Connectors/Connectors.Amazon/Connectors.Amazon.csproj:17-20 and dotnet/samples/Concepts/Concepts.csproj:51 will not receive the advertised Core upgrade.

Automated review by dependabot[bot]'s agents

@github-actions

Copy link
Copy Markdown
Contributor

Flagged issue

dotnet/Directory.Packages.props still pins AWSSDK.Core to 4.0.6.1, so direct AWSSDK.Core consumers such as dotnet/src/Connectors/Connectors.Amazon/Connectors.Amazon.csproj:17-20 and dotnet/samples/Concepts/Concepts.csproj:51 will not receive the advertised Core upgrade.


Source: automated DevFlow PR review

@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 29, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/dotnet/multi-622dfb74b6 branch July 29, 2026 11:08
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. Used by Dependabot. .NET Issue or Pull requests regarding .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant