Skip to content

Commit

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

Bump AWSSDK.DynamoDBv2 from 3.7.400.17 to 3.7.400.18
  • Loading branch information
vitalybibikov committed Sep 12, 2024
2 parents 8711fd1 + 2cf0d55 commit 84a4b77
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.17">
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.18">
<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.17" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.18" />
</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.17" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.18" />
<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.17" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.400.18" />
<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 84a4b77

Please sign in to comment.