Skip to content

Commit

Permalink
Bump the aws-sdk group with 2 updates (#706)
Browse files Browse the repository at this point in the history
Bumps the aws-sdk group with 2 updates: [AWSSDK.Core](https://github.com/aws/aws-sdk-net) and [AWSSDK.SQS](https://github.com/aws/aws-sdk-net).


Updates `AWSSDK.Core` from 3.7.400.53 to 3.7.400.57
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `AWSSDK.SQS` from 3.7.400.53 to 3.7.400.57
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

---
updated-dependencies:
- dependency-name: AWSSDK.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: AWSSDK.SQS
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 652c0f0 commit 84eb089
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.7.400.53" />
<PackageReference Include="AWSSDK.Core" Version="3.7.400.57" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.Kinesis" Version="3.7.402.30" />
<PackageReference Include="AWSSDK.Kinesis" Version="3.7.402.33" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.53" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.53" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.56" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.57" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 84eb089

Please sign in to comment.