Skip to content

.Net: Bump AWSSDK.BedrockRuntime and AWSSDK.Core - #14387

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dotnet/multi-9f18a9c8d7
Open

.Net: Bump AWSSDK.BedrockRuntime and AWSSDK.Core#14387
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dotnet/multi-9f18a9c8d7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Pinned AWSSDK.BedrockRuntime at 4.0.101.5.

Release notes

Sourced from AWSSDK.BedrockRuntime's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AWSSDK.Core from 4.0.101 to 4.0.102.3.

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.BedrockRuntime from 4.0.101.1 to 4.0.101.5
Bumps AWSSDK.Core from 4.0.101 to 4.0.102.3

---
updated-dependencies:
- dependency-name: AWSSDK.Core
  dependency-version: 4.0.102.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: AWSSDK.BedrockRuntime
  dependency-version: 4.0.101.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: AWSSDK.Core
  dependency-version: 4.0.102.3
  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 Sep 7, 2026
Copilot AI lite review requested due to automatic review settings September 7, 2026 10:32
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 10:32
@github-actions github-actions Bot changed the title Bump AWSSDK.BedrockRuntime and AWSSDK.Core .Net: Bump AWSSDK.BedrockRuntime and AWSSDK.Core Sep 7, 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.

🟡 Changes recommended

The PR description doesn’t mention the newly added direct dependency (AWSSDK.Core) in Agents.Bedrock.csproj, which should be confirmed as intentional or clarified.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates the centralized .NET AWS SDK package versions to newer patch releases and introduces an explicit AWSSDK.Core reference for the Bedrock Agent project to align/lock its resolved AWS core dependency.

Changes:

  • Bump AWSSDK.BedrockRuntime to 4.0.101.5 and AWSSDK.Core to 4.0.102.3 via central package management.
  • Add an explicit PackageReference to AWSSDK.Core in Agents.Bedrock.csproj.
File summaries
File Description
dotnet/src/Agents/Bedrock/Agents.Bedrock.csproj Adds a direct AWSSDK.Core reference for the Bedrock Agents project.
dotnet/Directory.Packages.props Updates centrally managed versions for AWSSDK.BedrockRuntime and AWSSDK.Core.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 39 to 43
<ItemGroup>
<PackageReference Include="AWSSDK.BedrockAgent" />
<PackageReference Include="AWSSDK.BedrockAgentRuntime" />
<PackageReference Include="AWSSDK.Core" />
<PackageReference Include="System.Memory.Data" />

@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.

MAF Automated Review — Iteration 1

Result: No findings
Scope: full PR (1 commit(s)): 6d5caceb1fe1
Model: gpt-5.6-sol-fast

Overview

This PR aligns the centrally managed BedrockRuntime and Core versions and makes the Bedrock agent's existing Core API usage an explicit package dependency. The retained AWS package ranges accept the new Core version, while multi-target builds, package checks, and affected unit-test projects provide concrete compatibility guardrails. No publishable risk was established.

Reviewed the supplied pull-request change set across correctness, security/reliability, architecture, and failure behavior.
No publishable findings remained after source verification for this scope.

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