Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update .net deps (#154)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Google.Protobuf](https://redirect.github.com/protocolbuffers/protobuf) | `3.27.3` -> `3.28.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Protobuf/3.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Google.Protobuf/3.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Google.Protobuf/3.27.3/3.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Protobuf/3.27.3/3.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | `17.11.0` -> `17.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.11.0/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.11.0/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [NUnit](https://nunit.org/) ([source](https://redirect.github.com/nunit/nunit)) | `4.2.1` -> `4.2.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/NUnit/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NUnit/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NUnit/4.2.1/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NUnit/4.2.1/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Testcontainers](https://dotnet.testcontainers.org/) ([source](https://redirect.github.com/testcontainers/testcontainers-dotnet)) | `3.9.0` -> `3.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Testcontainers/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Testcontainers/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Testcontainers/3.9.0/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Testcontainers/3.9.0/3.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>protocolbuffers/protobuf (Google.Protobuf)</summary> ### [`v3.28.0`](https://redirect.github.com/protocolbuffers/protobuf/compare/v3.27.4...v3.28.0) ### [`v3.27.4`](https://redirect.github.com/protocolbuffers/protobuf/compare/v3.27.3...v3.27.4) </details> <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.11.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.1) #### What's Changed - \[rel/17.11] Forward error output from testhost as info by [@​nohwnd](https://redirect.github.com/nohwnd) in [https://github.com/microsoft/vstest/pull/5193](https://redirect.github.com/microsoft/vstest/pull/5193) **Full Changelog**: microsoft/vstest@v17.11.0...v17.11.1 </details> <details> <summary>nunit/nunit (NUnit)</summary> ### [`v4.2.2`](https://redirect.github.com/nunit/nunit/releases/tag/4.2.2): NUnit 4.2.2 [Compare Source](https://redirect.github.com/nunit/nunit/compare/4.2.1...4.2.2) Hotfix for fixing regression bug [#​4802](https://redirect.github.com/nunit/nunit/issues/4802) #### What's Changed - Use default blocking strategy for valuetasks by [@​stevenaw](https://redirect.github.com/stevenaw) in [https://github.com/nunit/nunit/pull/4804](https://redirect.github.com/nunit/nunit/pull/4804) **Full Changelog**: nunit/nunit@4.2.1...4.2.2 </details> <details> <summary>testcontainers/testcontainers-dotnet (Testcontainers)</summary> ### [`v3.10.0`](https://redirect.github.com/testcontainers/testcontainers-dotnet/releases/tag/3.10.0) [Compare Source](https://redirect.github.com/testcontainers/testcontainers-dotnet/compare/3.9.0...3.10.0) Hey everyone, just wanted to say a huge thanks to all of you who helped with this version — whether through contributions, reporting issues, or discussions. I've been very busy lately, and your support has been a huge help. I really appreciate it! ##### What's Changed ##### 🚀 Features - feat: Add MongoDB replica set support ([#​1196](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1196)) [@​artiomchi](https://redirect.github.com/artiomchi) - feat: Detect CSharp, FSharp and Visual Basic projects ([#​1234](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1234)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - feat: Improve parsing of Docker image tag version `MatchVersion(Predicate<Version>)` ([#​1231](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1231)) [@​0xced](https://redirect.github.com/0xced) - feat: Log Docker daemon labels if present ([#​1226](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1226)) [@​eddumelendez](https://redirect.github.com/eddumelendez) ##### 🐛 Bug Fixes - fix: Get sqlcmd utility file path from container instead of const file path ([#​1221](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1221)) [@​outofrange-consulting](https://redirect.github.com/outofrange-consulting) - fix: Add Keycloak health port 9000 starting from major version 25 ([#​1213](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1213)) [@​paulomorgado](https://redirect.github.com/paulomorgado) - fix: Allow specifying the protocol (TCP, UDP, SCTP) to resolve the public assigned host port ([#​1219](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1219)) [@​wolfman42](https://redirect.github.com/wolfman42) - fix: Trim relative path indicators from Dockerfile path ([#​1203](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1203)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) ##### 📖 Documentation - chore: Replace codeinclude with snippets ([#​1251](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1251)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - docs: Use codeinclude in module examples ([#​1245](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1245)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) ##### 🧹 Housekeeping - chore: Apply fix for [github.com/apache/pulsar/issues/22811](redirect.github.com/apache/pulsar/issues/22811) only for affected versions ([#​1232](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1232)) [@​entvex](https://redirect.github.com/entvex) - chore: Replace codeinclude with snippets ([#​1251](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1251)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - chore: Change global.json roll-forward policy from `latestPatch` to `latestMinor` ([#​1230](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1230)) [@​0xced](https://redirect.github.com/0xced) - chore: Remove obsolete UntilOperationIsSucceeded wait strategy ([#​1202](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1202)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/cerbos/cerbos-sdk-net). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9jaSIsImJvdHMiLCJraW5kL2Nob3JlIl19--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Oğuzhan Durgun <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oğuzhan Durgun <[email protected]>
- Loading branch information