Skip to content

Commit

Permalink
Bump Amazon.Lambda.Core and Amazon.Lambda.RuntimeSupport (#302)
Browse files Browse the repository at this point in the history
Bumps [Amazon.Lambda.Core](https://github.com/aws/aws-lambda-dotnet) and [Amazon.Lambda.RuntimeSupport](https://github.com/aws/aws-lambda-dotnet). These dependencies needed to be updated together.

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

Updates `Amazon.Lambda.RuntimeSupport` from 1.10.0 to 1.12.2
- [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-minor
- dependency-name: Amazon.Lambda.RuntimeSupport
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent e73666f commit 18ac8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<PackageVersion Include="Thoth.Json" Version="10.2.0" />
<PackageVersion Include="Zanaptak.TypedCssClasses" Version="1.0.0" />
<!-- Lambda -->
<PackageVersion Include="Amazon.Lambda.Core" Version="2.2.0" />
<PackageVersion Include="Amazon.Lambda.RuntimeSupport" Version="1.10.0" />
<PackageVersion Include="Amazon.Lambda.Core" Version="2.5.0" />
<PackageVersion Include="Amazon.Lambda.RuntimeSupport" Version="1.12.2" />
<PackageVersion Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.3" />
<PackageVersion Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.0" />
<PackageVersion Include="Microsoft.Net.Http.Headers" Version="8.0.7" />
Expand Down

0 comments on commit 18ac8b6

Please sign in to comment.