Skip to content

Commit 3302d2b

Browse files
Merge #307
307: Bump xunit from 2.4.1 to 2.4.2 r=brunoocasali a=dependabot[bot] Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xunit/xunit/commit/f110e5bee5dfd4c08339587c9c3df9292fcb597c"><code>f110e5b</code></a> v2.4.2</li> <li><a href="https://github.com/xunit/xunit/commit/848d94d57fe9fd854973da9cd7c6bf890bee8850"><code>848d94d</code></a> Update dependencies</li> <li><a href="https://github.com/xunit/xunit/commit/42307e821d33eeba2cecc08127f402db0aa66a8c"><code>42307e8</code></a> Fixes <a href="https://github-redirect.dependabot.com/xunit/xunit/issues/2556">#2556</a>: Xunit.Sdk.MultipleException Empty</li> <li><a href="https://github.com/xunit/xunit/commit/7eba50253a71038ba564bd868d60409eee77454e"><code>7eba502</code></a> Port test changes from 1dd43ce684cc6d50bf726042173956e6bda2fa3b</li> <li><a href="https://github.com/xunit/xunit/commit/211aa2728651b0e30a7db9834d89f6bc622c196a"><code>211aa27</code></a> Make sure we use msbuild.exe (from Visual Studio) and not msbuild.bat (from M...</li> <li><a href="https://github.com/xunit/xunit/commit/878d209060246fcd8928522e8d4817396ed6da94"><code>878d209</code></a> Add tests for KeyValuePair&lt;&gt; equivalence (including Dictionaries with collect...</li> <li><a href="https://github.com/xunit/xunit/commit/32d21fbef182f1363ef4e3ee98b959d85adce191"><code>32d21fb</code></a> Add tests for KeyValuePair&lt;&gt;/Dictionary ArgumentFormatter update</li> <li><a href="https://github.com/xunit/xunit/commit/1109d487eb51cc0060b6f014936812234df021c9"><code>1109d48</code></a> Codify that arrays and lists are equivalent</li> <li><a href="https://github.com/xunit/xunit/commit/19618efd329b54933d3a8a62933b0121319084a7"><code>19618ef</code></a> Port <a href="https://github-redirect.dependabot.com/xunit/xunit/issues/2463">#2463</a> to v2</li> <li><a href="https://github.com/xunit/xunit/commit/b88fee54ac2d7d40fa5956565fc5419f0c870289"><code>b88fee5</code></a> PerformDefinedConversions handles multiple conflicting conversions</li> <li>Additional commits viewable in <a href="https://github.com/xunit/xunit/compare/2.4.1...2.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit&package-manager=nuget&previous-version=2.4.1&new-version=2.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 760f267 + 292c5b9 commit 3302d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Meilisearch.Tests/Meilisearch.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
1111
<PackageReference Include="FluentAssertions" Version="6.7.0" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
13-
<PackageReference Include="xunit" Version="2.4.1" />
13+
<PackageReference Include="xunit" Version="2.4.2" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)