Skip to content

Commit

Permalink
Update dependency Constructs to v10.2.0 (#927)
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 |
|---|---|---|---|
| [Constructs](https://togithub.com/aws/constructs) | nuget | minor |
`10.1.314` -> `10.2.0` |

---

### Release Notes

<details>
<summary>aws/constructs</summary>

###
[`v10.2.0`](https://togithub.com/aws/constructs/releases/tag/v10.2.0)

####
[10.2.0](https://togithub.com/aws/constructs/compare/v10.1.314...v10.2.0)
(2023-04-18)

##### Features

- add getContext function
([#&#8203;1660](https://togithub.com/aws/constructs/issues/1660))
([be02b1a](https://togithub.com/aws/constructs/commit/be02b1a2b9ca539f0a333dd7be709ae1398cdba9))

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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://app.renovatebot.com/dashboard#github/cythral/brighid-discord-adapter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 18, 2023
1 parent 58f5767 commit 4c5babc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cicd/Cicd.Artifacts/Cicd.Artifacts.csproj
Expand Up @@ -6,6 +6,6 @@

<ItemGroup>
<PackageReference Include="Amazon.CDK.Lib" Version="2.75.0" />
<PackageReference Include="Constructs" Version="10.1.314" />
<PackageReference Include="Constructs" Version="10.2.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions cicd/Cicd.Artifacts/packages.lock.json
Expand Up @@ -17,9 +17,9 @@
},
"Constructs": {
"type": "Direct",
"requested": "[10.1.314, )",
"resolved": "10.1.314",
"contentHash": "t9blCWb4WyetIzumWnOXezrbSmUac+lrzOR+B695Znq6d10nFLuGc2h+BBmYOEel7UtE1bYr++aYdk6g9IklKg==",
"requested": "[10.2.0, )",
"resolved": "10.2.0",
"contentHash": "+Sh8X94OXOop5qnlOjNjYYBPk0mCyavokZ8sZGWMTha9M+jV00u0wh/23aN5UFBWGahCuNGNIb95Jn4YPBoLZQ==",
"dependencies": {
"Amazon.JSII.Runtime": "[1.80.0, 2.0.0)"
}
Expand Down

0 comments on commit 4c5babc

Please sign in to comment.