Skip to content

Commit a449070

Browse files
deps(core): update dependency messagepack to 3.1.8 (#1186)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [MessagePack](https://redirect.github.com/MessagePack-CSharp/MessagePack-CSharp) | `3.1.7` → `3.1.8` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/MessagePack/3.1.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/MessagePack/3.1.7/3.1.8?slim=true) | --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72a24b7 commit a449070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/KubeOps.Aspire.Hosting/KubeOps.Aspire.Hosting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="YamlDotNet" Version="18.1.0" />
2424
<!-- Pin transitive MessagePack (via Aspire.Hosting -> StreamJsonRpc) to a version
2525
without GHSA-hv8m-jj95-wg3x. Remove once Aspire ships a fixed StreamJsonRpc. -->
26-
<PackageReference Include="MessagePack" Version="3.1.7" />
26+
<PackageReference Include="MessagePack" Version="3.1.8" />
2727
</ItemGroup>
2828

2929
</Project>

0 commit comments

Comments
 (0)