Skip to content

Commit

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

Bump AWSSDK.DynamoDBv2 from 3.7.400.18 to 3.7.401.9
  • Loading branch information
vitalybibikov authored Oct 9, 2024
2 parents f2a2e61 + ba74253 commit 2445589
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.18">
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.401.9">
<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.18" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.401.9" />
</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.18" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.401.9" />
<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.18" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.401.9" />
<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 2445589

Please sign in to comment.