Skip to content

Commit cffb2bb

Browse files
chore(deps): bump AWSSDK.DynamoDBv2 in /examples/Logging
Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.200.23 to 3.7.201.7. - [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] <[email protected]>
1 parent a36ebd9 commit cffb2bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Logging/src/HelloWorld/HelloWorld.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.6.0" />
1010
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
1111
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.2.0" />
12-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.200.23" />
12+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.201.7" />
1313
</ItemGroup>
1414
</Project>

examples/Logging/test/HelloWorld.Test/HelloWorld.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
77
<PackageReference Include="Amazon.Lambda.TestUtilities" Version="2.0.0" />
88
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
9-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.200.23" />
9+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.201.7" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
1111
<PackageReference Include="NSubstitute" Version="5.0.0" />
1212
<PackageReference Include="xunit" Version="2.5.0" />

0 commit comments

Comments
 (0)