Skip to content

Commit

Permalink
build(deps): bump Amazon.Lambda.APIGatewayEvents and Amazon.Lambda.As…
Browse files Browse the repository at this point in the history
…pNetCoreServer

Bumps [Amazon.Lambda.APIGatewayEvents](https://github.com/aws/aws-lambda-dotnet) and [Amazon.Lambda.AspNetCoreServer](https://github.com/aws/aws-lambda-dotnet). These dependencies needed to be updated together.

Updates `Amazon.Lambda.APIGatewayEvents` from 2.7.1 to 2.7.1
- [Changelog](https://github.com/aws/aws-lambda-dotnet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-lambda-dotnet/commits)

Updates `Amazon.Lambda.AspNetCoreServer` from 9.0.1 to 9.0.3
- [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.APIGatewayEvents
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Amazon.Lambda.AspNetCoreServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent 48ce878 commit 2f8ee28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleAPI/SimpleAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="9.0.1" />
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="9.0.3" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.403.7" />
</ItemGroup>
</Project>

0 comments on commit 2f8ee28

Please sign in to comment.