Skip to content

Commit dd6dfe1

Browse files
Bump Amazon.Lambda.Core from 2.7.1 to 2.8.0 (#242)
--- updated-dependencies: - dependency-name: Amazon.Lambda.Core dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7be7205 commit dd6dfe1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/SimpleAPI/SimpleAPI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.2" />
1616
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="9.2.0" />
17+
<PackageReference Include="Amazon.Lambda.Core" Version="2.8.0" />
1718
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.10.1" />
1819
</ItemGroup>
1920
</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.7.1" />
19+
<PackageReference Include="Amazon.Lambda.Core" Version="2.8.0" />
2020
<PackageReference Include="Amazon.Lambda.TestUtilities" Version="3.0.1" />
2121
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.2" />
2222
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="4.0.3.14" />

0 commit comments

Comments
 (0)