Skip to content

Commit f397e70

Browse files
authored
Merge pull request #319 from aws-powertools/hjgraca-idempotency-example-DynamoDBv2-version
chore: Idempotency examples - Update AWSSDK.DynamoDBv2 version
2 parents 0ca1252 + 6379275 commit f397e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Idempotency/src/HelloWorld/HelloWorld.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.0" />
1111
<PackageReference Include="AWS.Lambda.Powertools.Idempotency" Version="0.0.1-preview" />
1212
<PackageReference Include="AWS.Lambda.Powertools.Logging" Version="1.1.0" />
13-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.101.14" />
13+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.103.7" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)