Skip to content

Commit 1a8fdb9

Browse files
build(deps): bump the awssdk group with 3 updates (#2822)
Bumps the awssdk group with 3 updates: [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net), [AWSSDK.S3](https://github.com/aws/aws-sdk-net) and [AWSSDK.SimpleEmail](https://github.com/aws/aws-sdk-net). Updates `AWSSDK.DynamoDBv2` from 3.7.406.12 to 3.7.406.13 - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.S3` from 3.7.416 to 3.7.416.1 - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SimpleEmail` from 3.7.402.67 to 3.7.402.68 - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.DynamoDBv2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: awssdk - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: awssdk - dependency-name: AWSSDK.SimpleEmail dependency-type: direct:production update-type: version-update:semver-patch dependency-group: awssdk ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce6e027 commit 1a8fdb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BervProject.WebApi.Boilerplate/BervProject.WebApi.Boilerplate.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<ItemGroup>
1717
<PackageReference Include="Autofac" Version="8.2.0" />
1818
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" />
19-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.406.12" />
19+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.406.13" />
2020
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.400" />
21-
<PackageReference Include="AWSSDK.S3" Version="3.7.416" />
22-
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.7.402.67" />
21+
<PackageReference Include="AWSSDK.S3" Version="3.7.416.1" />
22+
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.7.402.68" />
2323
<PackageReference Include="Azure.Data.Tables" Version="12.10.0" />
2424
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.4" />
2525
<PackageReference Include="Azure.Storage.Blobs" Version="12.24.0" />

0 commit comments

Comments
 (0)