Skip to content

Commit 104e51d

Browse files
Ganesh Jangirganeshnj
Ganesh Jangir
authored andcommitted
chore: Bump Newtonsoft.Json
1 parent dcf9498 commit 104e51d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Blueprints/BlueprintPackager/BlueprintPackager.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
9+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1010
</ItemGroup>
1111

1212
</Project>

Libraries/src/Amazon.Lambda.APIGatewayEvents/Amazon.Lambda.APIGatewayEvents.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
77
<Description>Amazon Lambda .NET Core support - API Gateway package.</Description>
88
<AssemblyTitle>Amazon.Lambda.APIGatewayEvents</AssemblyTitle>
9-
<VersionPrefix>2.4.1</VersionPrefix>
9+
<VersionPrefix>2.5.0</VersionPrefix>
1010
<AssemblyName>Amazon.Lambda.APIGatewayEvents</AssemblyName>
1111
<PackageId>Amazon.Lambda.APIGatewayEvents</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda</PackageTags>
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
28-
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
28+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2929
</ItemGroup>
3030

3131
</Project>

Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests/Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="AWSSDK.Lambda" Version="3.7.4.9" />
2525
<PackageReference Include="AWSSDK.S3" Version="3.7.0" />
2626
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />
27-
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
27+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2828
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)