Skip to content

Commit 8ae78a8

Browse files
committed
chore: update SDK dependencies
1 parent 9d43594 commit 8ae78a8

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "Amazon.Lambda.DynamoDBEvents.SDK.Convertor",
5+
"Type": "Patch",
6+
"ChangelogMessages": [
7+
"Update AWS .NET SDK dependencies"
8+
]
9+
}
10+
]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "Amazon.Lambda.KinesisEvents",
5+
"Type": "Patch",
6+
"ChangelogMessages": [
7+
"Update AWS .NET SDK dependencies"
8+
]
9+
}
10+
]
11+
}

Libraries/src/Amazon.Lambda.DynamoDBEvents.SDK.Convertor/Amazon.Lambda.DynamoDBEvents.SDK.Convertor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.0" />
20-
<PackageReference Include="AWSSDK.DynamoDBStreams" Version="4.0.0" />
19+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.15.2" />
20+
<PackageReference Include="AWSSDK.DynamoDBStreams" Version="4.0.4.17" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

Libraries/src/Amazon.Lambda.KinesisEvents/Amazon.Lambda.KinesisEvents.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="AWSSDK.Kinesis" Version="4.0.0" />
16+
<PackageReference Include="AWSSDK.Kinesis" Version="4.0.8.3" />
1717
</ItemGroup>
1818

1919
<ItemGroup>
2020
<Compile Remove="Converters\DictionaryLongToStringJsonConverter.cs" />
2121
</ItemGroup>
2222

2323
<ItemGroup Condition=" '$(TargetFramework)' != 'netstandard2.0' ">
24-
<PackageReference Include="AWSSDK.Core" Version="4.0.3.8" />
24+
<PackageReference Include="AWSSDK.Core" Version="4.0.3.18" />
2525
<Compile Include="Converters\DictionaryLongToStringJsonConverter.cs" />
2626
</ItemGroup>
2727

0 commit comments

Comments
 (0)