Skip to content

Commit 0867f48

Browse files
author
Luis Fernando Bertucci
committed
Update dependencies from 'WorkflowCore.Providers.AWS': AWSSDK.DynamoDBv2 to 3.7.3.11, AWSSDK.Kinesis to 3.7.1.32 and AWSSDK.SQS to 3.7.2.33
1 parent 273b9b4 commit 0867f48

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/providers/WorkflowCore.Providers.AWS/WorkflowCore.Providers.AWS.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.3.104.7" />
18-
<PackageReference Include="AWSSDK.Kinesis" Version="3.3.100.112" />
19-
<PackageReference Include="AWSSDK.SQS" Version="3.3.102.44" />
17+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.3.11" />
18+
<PackageReference Include="AWSSDK.Kinesis" Version="3.7.1.32" />
19+
<PackageReference Include="AWSSDK.SQS" Version="3.7.2.33" />
2020
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
2121
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
2222
</ItemGroup>

src/samples/WorkflowCore.Sample04/WorkflowCore.Sample04.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="AWSSDK.SQS" Version="3.3.102.44" />
27+
<PackageReference Include="AWSSDK.SQS" Version="3.7.2.33" />
2828
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.8" />
2929
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="5.0.8" />
3030
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.8">

test/WorkflowCore.Tests.DynamoDB/WorkflowCore.Tests.DynamoDB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.3.104.7" />
10+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.3.11" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
1212
<PackageReference Include="xunit" Version="2.4.0" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />

0 commit comments

Comments
 (0)