feat: update package references to latest versions#17
Merged
ncipollina merged 1 commit intomainfrom Jun 23, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates multiple package references to their latest versions to ensure the projects use up‐to‐date dependencies for improved performance and security.
- Updated version of Microsoft.Extensions.Configuration and xUnit packages in the test project.
- Updated AWSSDK and Microsoft.Extensions packages in the main project.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test/DynamoDb.DistributedLock.Tests/DynamoDb.DistributedLock.Tests.csproj | Updated Microsoft.Extensions.Configuration and xUnit package versions; added dependency isolation settings for xunit.runner.visualstudio. |
| src/DynamoDb.DistributedLock/DynamoDb.DistributedLock.csproj | Updated AWSSDK and Microsoft.Extensions package versions to their latest releases. |
Comments suppressed due to low confidence (3)
test/DynamoDb.DistributedLock.Tests/DynamoDb.DistributedLock.Tests.csproj:40
- The update to xunit.v3 and the inclusion of PrivateAssets and IncludeAssets for xunit.runner.visualstudio appear aligned with our dependency isolation strategy. Please verify that these changes are fully compatible with our test infrastructure.
<PackageReference Include="xunit.v3" Version="2.0.3" />
src/DynamoDb.DistributedLock/DynamoDb.DistributedLock.csproj:30
- The update of AWSSDK.DynamoDBv2 to version 4.0.1.8 should be verified against the features in use to ensure there are no breaking changes.
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.1.8" />
src/DynamoDb.DistributedLock/DynamoDb.DistributedLock.csproj:32
- The update to Microsoft.Extensions packages (Binder, DependencyInjection, Options) to version 9.0.6 is consistent; please confirm that any related service configurations accommodate these version bumps.
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.6" />
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.
🚀 Pull Request
📋 Summary
✅ Checklist
🧪 Related Issues or PRs
Closes #...
💬 Notes for Reviewers