Skip to content

Commit

Permalink
Update AWS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Nov 15, 2023
1 parent 6a62545 commit d5f5498
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ updates:
day: "wednesday"
open-pull-requests-limit: 10
groups:
aws-sdk:
patterns: ["AWSSDK*"]
xuint:
patterns: ["Xunit*"]
ignore:
Expand Down
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.100.21" />
<PackageReference Include="AWSSDK.Core" Version="3.7.300.2" />
</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.100.21" />
<PackageReference Include="AWSSDK.Kinesis" Version="3.7.300.2" />
</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.100.21" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.100.21" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.300.2" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.300.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d5f5498

Please sign in to comment.