Skip to content

Commit

Permalink
Bump AWSSDK.Core and AWSSDK.S3 in /src/web
Browse files Browse the repository at this point in the history
Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) and [AWSSDK.S3](https://github.com/aws/aws-sdk-net). These dependencies needed to be updated together.

Updates `AWSSDK.Core` from 3.7.400.70 to 3.7.400.77
- [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.410.12 to 3.7.411.5
- [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.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: AWSSDK.S3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent d294273 commit 8e3219a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StorageLibrary/StorageLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.21.0" />
<PackageReference Include="Azure.Data.Tables" Version="12.9.1" />
<PackageReference Include="AWSSDK.Core" Version="3.7.400.70" />
<PackageReference Include="AWSSDK.S3" Version="3.7.410.12" />
<PackageReference Include="AWSSDK.Core" Version="3.7.400.77" />
<PackageReference Include="AWSSDK.S3" Version="3.7.411.5" />
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.10.0" />
</ItemGroup>
Expand Down

0 comments on commit 8e3219a

Please sign in to comment.