Skip to content

Commit c90e8f5

Browse files
build(deps): bump AWSSDK.Extensions.NETCore.Setup (#961)
Bumps [AWSSDK.Extensions.NETCore.Setup](https://github.com/aws/aws-sdk-net) from 3.7.301 to 3.7.400. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](aws/aws-sdk-net@3.7.301.0...3.7.400.0) --- updated-dependencies: - dependency-name: AWSSDK.Extensions.NETCore.Setup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67a1e6b commit c90e8f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BervProject.MergePDF.Lambda/src/BervProject.MergePDF.Lambda/BervProject.MergePDF.Lambda.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<PackageReference Include="Amazon.Lambda.Logging.AspNetCore" Version="3.1.1" />
16-
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.301" />
16+
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.400" />
1717
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
1818
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
1919
<PackageReference Include="Amazon.Lambda.Annotations" Version="1.6.2" />

BervProject.MergePDFOnline.Console/BervProject.MergePDFOnline.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.301" />
11+
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.400" />
1212
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.2" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

0 commit comments

Comments
 (0)