Skip to content

Commit

Permalink
Bump the awssdk group in /src with 4 updates
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.1 to 3.7.410
- [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/3.7.410.0)

Updates `AWSSDK.SimpleNotificationService` from 3.7.400.58 to 3.7.400.59
- [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.58 to 3.7.400.59
- [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.7 to 3.7.401.8
- [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]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 291c8cc commit 9b1585b
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.1" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.58" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.58" />
<PackageReference Include="AWSSDK.S3" Version="3.7.410" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.59" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.59" />
<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.1" />
<PackageReference Include="AWSSDK.S3" Version="3.7.410" />
<!-- Required for IAM Roles for Service Accounts even though no API is added -->
<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="AWSSDK.SecurityToken" Version="3.7.401.8" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.59" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.59" />
<PackageReference Include="BitFaster.Caching" Version="2.5.2" />
<PackageReference Include="NServiceBus" Version="9.2.3" />
</ItemGroup>
Expand Down

0 comments on commit 9b1585b

Please sign in to comment.