Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
build(deps): bump Amazon.Lambda.Serialization.SystemTextJson
Browse files Browse the repository at this point in the history
Bumps [Amazon.Lambda.Serialization.SystemTextJson](https://github.com/aws/aws-lambda-dotnet) from 2.0.1 to 2.3.0.
- [Release notes](https://github.com/aws/aws-lambda-dotnet/releases)
- [Changelog](https://github.com/aws/aws-lambda-dotnet/blob/master/RELEASE.CHANGELOG.md)
- [Commits](https://github.com/aws/aws-lambda-dotnet/commits)

---
updated-dependencies:
- dependency-name: Amazon.Lambda.Serialization.SystemTextJson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2022
1 parent 726d957 commit 4e9e071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/functions/doc-pipe/save-on-s3/save-on-s3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Amazon.Lambda.Core" Version="1.1.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.0.1" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.0" />
</ItemGroup>

</Project>

0 comments on commit 4e9e071

Please sign in to comment.