Skip to content

Commit

Permalink
Update aws-sdk-net monorepo (#1138)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [AWSSDK.CloudFormation](https://togithub.com/aws/aws-sdk-net) | nuget
| patch | `3.7.107.4` -> `3.7.108` |
| [AWSSDK.ECS](https://togithub.com/aws/aws-sdk-net) | nuget | patch |
`3.7.108.21` -> `3.7.108.22` |

---

### Release Notes

<details>
<summary>aws/aws-sdk-net</summary>

###
[`v3.7.108`](https://togithub.com/aws/aws-sdk-net/compare/3.7.107.0...3.7.108.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cythral/brighid-discord-adapter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 19, 2023
1 parent 2c6c057 commit 424e4d7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions cicd/Cicd.BuildDriver/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
},
"AWSSDK.ECS": {
"type": "Transitive",
"resolved": "3.7.108.21",
"contentHash": "WPfZuBLK4CiSvn//m0EU2tv0tcKMssQBpUXYpmLJ8Dyq9haG3HIJdkZ6qdlYlvTNi+uy3zkLuVcw6290rn2Yqg==",
"resolved": "3.7.108.22",
"contentHash": "l490W2iWs1xBRclRG9C4Z8idxPhxXZSCqLs8GToK38d0vocRl+7iK6g1glBu/8xno7GixwJnrIvru8FcLOgdEA==",
"dependencies": {
"AWSSDK.Core": "[3.7.107.7, 4.0.0)"
}
Expand Down Expand Up @@ -1408,7 +1408,7 @@
"adapter": {
"type": "Project",
"dependencies": {
"AWSSDK.ECS": "[3.7.108.21, )",
"AWSSDK.ECS": "[3.7.108.22, )",
"AWSSDK.SimpleNotificationService": "[3.7.101.82, )",
"Brighid.Commands.Client": "[0.3.0.516-beta1, )",
"Brighid.Discord.Core": "[1.0.0, )",
Expand Down
4 changes: 2 additions & 2 deletions cicd/Cicd.DeployDriver/Cicd.DeployDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.CloudFormation" Version="3.7.107.4" />
<PackageReference Include="AWSSDK.CloudFormation" Version="3.7.108" />
<PackageReference Include="AWSSDK.S3" Version="3.7.106" />
<PackageReference Include="AWSSDK.ECS" Version="3.7.108.21" />
<PackageReference Include="AWSSDK.ECS" Version="3.7.108.22" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
</ItemGroup>

Expand Down
12 changes: 6 additions & 6 deletions cicd/Cicd.DeployDriver/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"net7.0": {
"AWSSDK.CloudFormation": {
"type": "Direct",
"requested": "[3.7.107.4, )",
"resolved": "3.7.107.4",
"contentHash": "3lWm9/5YAVOmn2//ZBhDK26rwJWisdrIwR+h1dGosDwST2SPk1JRbPED0LQyrwE8M5hR/p4TXevXCinJxAP+pQ==",
"requested": "[3.7.108, )",
"resolved": "3.7.108",
"contentHash": "IGmu9/6Lzvpk27RUwDi9s+zUX8v7W4GWl3t7qHuosTgf4WD76rdg+wOGogYpHjDjKr0LmVIACpucT4E+2iJ7eA==",
"dependencies": {
"AWSSDK.Core": "[3.7.107.7, 4.0.0)"
}
},
"AWSSDK.ECS": {
"type": "Direct",
"requested": "[3.7.108.21, )",
"resolved": "3.7.108.21",
"contentHash": "WPfZuBLK4CiSvn//m0EU2tv0tcKMssQBpUXYpmLJ8Dyq9haG3HIJdkZ6qdlYlvTNi+uy3zkLuVcw6290rn2Yqg==",
"requested": "[3.7.108.22, )",
"resolved": "3.7.108.22",
"contentHash": "l490W2iWs1xBRclRG9C4Z8idxPhxXZSCqLs8GToK38d0vocRl+7iK6g1glBu/8xno7GixwJnrIvru8FcLOgdEA==",
"dependencies": {
"AWSSDK.Core": "[3.7.107.7, 4.0.0)"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Adapter/Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.ECS" Version="3.7.108.21" />
<PackageReference Include="AWSSDK.ECS" Version="3.7.108.22" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.101.82" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/Adapter/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net7.0": {
"AWSSDK.ECS": {
"type": "Direct",
"requested": "[3.7.108.21, )",
"resolved": "3.7.108.21",
"contentHash": "WPfZuBLK4CiSvn//m0EU2tv0tcKMssQBpUXYpmLJ8Dyq9haG3HIJdkZ6qdlYlvTNi+uy3zkLuVcw6290rn2Yqg==",
"requested": "[3.7.108.22, )",
"resolved": "3.7.108.22",
"contentHash": "l490W2iWs1xBRclRG9C4Z8idxPhxXZSCqLs8GToK38d0vocRl+7iK6g1glBu/8xno7GixwJnrIvru8FcLOgdEA==",
"dependencies": {
"AWSSDK.Core": "[3.7.107.7, 4.0.0)"
}
Expand Down
6 changes: 3 additions & 3 deletions tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
},
"AWSSDK.ECS": {
"type": "Transitive",
"resolved": "3.7.108.21",
"contentHash": "WPfZuBLK4CiSvn//m0EU2tv0tcKMssQBpUXYpmLJ8Dyq9haG3HIJdkZ6qdlYlvTNi+uy3zkLuVcw6290rn2Yqg==",
"resolved": "3.7.108.22",
"contentHash": "l490W2iWs1xBRclRG9C4Z8idxPhxXZSCqLs8GToK38d0vocRl+7iK6g1glBu/8xno7GixwJnrIvru8FcLOgdEA==",
"dependencies": {
"AWSSDK.Core": "[3.7.107.7, 4.0.0)"
}
Expand Down Expand Up @@ -1403,7 +1403,7 @@
"adapter": {
"type": "Project",
"dependencies": {
"AWSSDK.ECS": "[3.7.108.21, )",
"AWSSDK.ECS": "[3.7.108.22, )",
"AWSSDK.SimpleNotificationService": "[3.7.101.82, )",
"Brighid.Commands.Client": "[0.3.0.516-beta1, )",
"Brighid.Discord.Core": "[1.0.0, )",
Expand Down

0 comments on commit 424e4d7

Please sign in to comment.