Skip to content

Commit

Permalink
Bump the awssdk group in /src with 4 updates (#2644)
Browse files Browse the repository at this point in the history
Bumps the awssdk group in /src with 4 updates: [AWSSDK.S3](https://github.com/aws/aws-sdk-net), [AWSSDK.SimpleNotificationService](https://github.com/aws/aws-sdk-net), [AWSSDK.SQS](https://github.com/aws/aws-sdk-net) and [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net).


Updates `AWSSDK.S3` from 3.7.408 to 3.7.408.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.SimpleNotificationService` from 3.7.400.57 to 3.7.400.58
- [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.SQS` from 3.7.400.57 to 3.7.400.58
- [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.SecurityToken` from 3.7.401.6 to 3.7.401.7
- [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.S3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: awssdk
- dependency-name: AWSSDK.SimpleNotificationService
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: awssdk
- dependency-name: AWSSDK.SQS
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: awssdk
- dependency-name: AWSSDK.SecurityToken
  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>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 8f69a44 commit 73e6204
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/CommandLine/NServiceBus.Transports.SQS.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.408" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.57" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.57" />
<PackageReference Include="AWSSDK.S3" Version="3.7.408.1" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.58" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.58" />
<PackageReference Include="BitFaster.Caching" Version="2.5.2" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageReference Include="Particular.Packaging" Version="4.2.0" PrivateAssets="All" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.408" />
<PackageReference Include="AWSSDK.S3" Version="3.7.408.1" />
<!-- Required for IAM Roles for Service Accounts even though no API is added -->
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.401.6" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.57" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.57" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.401.7" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.58" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.58" />
<PackageReference Include="BitFaster.Caching" Version="2.5.2" />
<PackageReference Include="NServiceBus" Version="9.2.3" />
</ItemGroup>
Expand Down

0 comments on commit 73e6204

Please sign in to comment.