Skip to content

Commit

Permalink
chore(deps): Update .net deps (#154)
Browse files Browse the repository at this point in the history
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
[@&#8203;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
[#&#8203;4802](https://redirect.github.com/nunit/nunit/issues/4802)

#### What's Changed

- Use default blocking strategy for valuetasks by
[@&#8203;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
([#&#8203;1196](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1196))
[@&#8203;artiomchi](https://redirect.github.com/artiomchi)
- feat: Detect CSharp, FSharp and Visual Basic projects
([#&#8203;1234](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1234))
[@&#8203;HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- feat: Improve parsing of Docker image tag version
`MatchVersion(Predicate<Version>)`
([#&#8203;1231](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1231))
[@&#8203;0xced](https://redirect.github.com/0xced)
- feat: Log Docker daemon labels if present
([#&#8203;1226](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1226))
[@&#8203;eddumelendez](https://redirect.github.com/eddumelendez)

##### 🐛 Bug Fixes

- fix: Get sqlcmd utility file path from container instead of const file
path
([#&#8203;1221](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1221))
[@&#8203;outofrange-consulting](https://redirect.github.com/outofrange-consulting)
- fix: Add Keycloak health port 9000 starting from major version 25
([#&#8203;1213](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1213))
[@&#8203;paulomorgado](https://redirect.github.com/paulomorgado)
- fix: Allow specifying the protocol (TCP, UDP, SCTP) to resolve the
public assigned host port
([#&#8203;1219](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1219))
[@&#8203;wolfman42](https://redirect.github.com/wolfman42)
- fix: Trim relative path indicators from Dockerfile path
([#&#8203;1203](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1203))
[@&#8203;HofmeisterAn](https://redirect.github.com/HofmeisterAn)

##### 📖 Documentation

- chore: Replace codeinclude with snippets
([#&#8203;1251](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1251))
[@&#8203;HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- docs: Use codeinclude in module examples
([#&#8203;1245](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1245))
[@&#8203;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
([#&#8203;1232](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1232))
[@&#8203;entvex](https://redirect.github.com/entvex)
- chore: Replace codeinclude with snippets
([#&#8203;1251](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1251))
[@&#8203;HofmeisterAn](https://redirect.github.com/HofmeisterAn)
- chore: Change global.json roll-forward policy from `latestPatch` to
`latestMinor`
([#&#8203;1230](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1230))
[@&#8203;0xced](https://redirect.github.com/0xced)
- chore: Remove obsolete UntilOperationIsSucceeded wait strategy
([#&#8203;1202](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1202))
[@&#8203;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
renovate[bot] and oguzhand95 authored Sep 5, 2024
1 parent 166223c commit 86d30df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Sdk.UnitTests/Sdk.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Testcontainers" Version="3.9.0" />
<PackageReference Include="Testcontainers" Version="3.10.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.27.3" />
<PackageReference Include="Google.Protobuf" Version="3.28.0" />
<PackageReference Include="Grpc" Version="2.46.6" />
<PackageReference Include="Grpc.Net.Client" Version="2.65.0" />
</ItemGroup>
Expand Down

0 comments on commit 86d30df

Please sign in to comment.