Skip to content

Commit

Permalink
chore(deps): bump AWSSDK.DynamoDBv2 from 3.7.0.84 to 3.7.0.88 (#1800)
Browse files Browse the repository at this point in the history
Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.0.84 to 3.7.0.88.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

---
updated-dependencies:
- dependency-name: AWSSDK.DynamoDBv2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Cooper <ian_hammond_cooper@yahoo.co.uk>
  • Loading branch information
dependabot[bot] and iancooper committed Oct 28, 2021
1 parent a60c52d commit 37183d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.0.84" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.0.88" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.0.84" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.0.88" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Paramore.Brighter\Paramore.Brighter.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.0.84" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.0.88" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Paramore.Brighter.DynamoDb.Extensions\Paramore.Brighter.DynamoDb.Extensions.csproj" />
Expand Down

0 comments on commit 37183d9

Please sign in to comment.