Skip to content

Commit

Permalink
Merge pull request #66 from vitalybibikov/dependabot/nuget/AWSSDK.Dyn…
Browse files Browse the repository at this point in the history
…amoDBv2-3.7.400.11

Bump AWSSDK.DynamoDBv2 from 3.7.400.4 to 3.7.400.11
  • Loading branch information
vitalybibikov authored Aug 28, 2024
2 parents 3105980 + a169b55 commit d6f29e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/DynamoDBv2.Transactions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.4">
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.11">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
<PackageReference Include="BenchmarkDotNet.Annotations" Version="0.13.12" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.4" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.11" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.4" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.11" />
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.4" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.11" />
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit d6f29e6

Please sign in to comment.