Skip to content

Commit 089ee44

Browse files
build(deps): bump Amazon.Lambda.Core from 2.5.0 to 2.5.1
Bumps [Amazon.Lambda.Core](https://github.com/aws/aws-lambda-dotnet) from 2.5.0 to 2.5.1. - [Changelog](https://github.com/aws/aws-lambda-dotnet/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-lambda-dotnet/commits) --- updated-dependencies: - dependency-name: Amazon.Lambda.Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 620c365 commit 089ee44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SimpleAPI/SimpleAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />
16-
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="9.0.1" />
16+
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="9.0.3" />
1717
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.36" />
1818
</ItemGroup>
1919
</Project>

test/SimpleAPI.Tests/SimpleAPI.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</Content>
1717
</ItemGroup>
1818
<ItemGroup>
19-
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
19+
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.1" />
2020
<PackageReference Include="Amazon.Lambda.TestUtilities" Version="2.0.0" />
2121
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />
2222
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.400" />

0 commit comments

Comments
 (0)