Skip to content

Commit

Permalink
Bump the aws-sdk group across 1 directory with 4 updates (#617)
Browse files Browse the repository at this point in the history
Bumps the aws-sdk group with 4 updates in the / directory: [AWSSDK.Core](https://github.com/aws/aws-sdk-net), [AWSSDK.Kinesis](https://github.com/aws/aws-sdk-net), [AWSSDK.SimpleNotificationService](https://github.com/aws/aws-sdk-net) and [AWSSDK.SQS](https://github.com/aws/aws-sdk-net).


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

Updates `AWSSDK.Kinesis` from 3.7.301.82 to 3.7.301.88
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `AWSSDK.SimpleNotificationService` from 3.7.301.37 to 3.7.301.43
- [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.301.2 to 3.7.301.8
- [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.Kinesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: AWSSDK.SimpleNotificationService
  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 May 27, 2024
1 parent 547eb0d commit 44709c8
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.303.29" />
<PackageReference Include="AWSSDK.Core" Version="3.7.304.5" />
</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.301.82" />
<PackageReference Include="AWSSDK.Kinesis" Version="3.7.301.88" />
</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.301.37" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.301.2" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.301.43" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.301.8" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 44709c8

Please sign in to comment.