Skip to content

Commit 42bc3c3

Browse files
Bump Amazon.Lambda.Core and Amazon.Lambda.RuntimeSupport
Bumps Amazon.Lambda.Core from 2.8.0 to 2.8.1 Bumps Amazon.Lambda.RuntimeSupport from 1.14.1 to 1.14.2 --- updated-dependencies: - dependency-name: Amazon.Lambda.Core dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Amazon.Lambda.RuntimeSupport dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c00cc5b commit 42bc3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

s3-uploader/runtimes/dotnet9_aot_on_provided_al2023/src/LambdaPerf.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.14.1" />
20-
<PackageReference Include="Amazon.Lambda.Core" Version="2.8.0" />
19+
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.14.2" />
20+
<PackageReference Include="Amazon.Lambda.Core" Version="2.8.1" />
2121
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)