Skip to content

Commit 68a022e

Browse files
Bump Moq from 4.18.2 to 4.18.3 (#53)
Bumps [Moq](https://github.com/moq/moq4) from 4.18.2 to 4.18.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moq/moq4/blob/main/CHANGELOG.md">Moq's changelog</a>.</em></p> <blockquote> <h2>4.18.3 (2022-12-05)</h2> <h4>Fixed</h4> <ul> <li><code>SetupAllProperties</code> crashes when invoked on a <code>Mock&lt;T&gt;</code> subclass (<a href="https://github.com/mo-russo"><code>@​mo-russo</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1278">#1278</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moq/moq4/commit/a760c988801dffc69f1961069970a6e60e4de7f6"><code>a760c98</code></a> Update version to 4.18.3</li> <li><a href="https://github.com/moq/moq4/commit/423fee7c7a7b131ebbe3e59044c9a1ce525a1d57"><code>423fee7</code></a> ⬆️ Bump files with dotnet-file sync</li> <li><a href="https://github.com/moq/moq4/commit/a4d835405f212e188c2b535565d6834f68129ae5"><code>a4d8354</code></a> Update moved artifacts in upstream repos</li> <li><a href="https://github.com/moq/moq4/commit/207713e8086480ec7822414b3eb502eddaac518f"><code>207713e</code></a> Align footer with the standard one I use on devlooped</li> <li><a href="https://github.com/moq/moq4/commit/2e86b165ee94c855cdfc9f9e845493f2e4f0dd7a"><code>2e86b16</code></a> Update sponsors logo location</li> <li><a href="https://github.com/moq/moq4/commit/5ce8494c98e7878a7280204941af6aa3d3dd35e1"><code>5ce8494</code></a> Fix typo in the documentation of Mock`1.cs <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1">#1</a></li> <li><a href="https://github.com/moq/moq4/commit/94eb40afac5a1defa22b0be3a7af636f296d6bc5"><code>94eb40a</code></a> ⬆️ Bump files with dotnet-file sync</li> <li><a href="https://github.com/moq/moq4/commit/27e97cbd994a7da192dc86925018e5a5a6e9c483"><code>27e97cb</code></a> Remove older unmonitored gitter chat</li> <li><a href="https://github.com/moq/moq4/commit/9df87e13c8e8675dd97d34ddc82677a06bd5996d"><code>9df87e1</code></a> Remove extra space after sponsors icons</li> <li><a href="https://github.com/moq/moq4/commit/7306ba6ba386d94642ee969afc0510c2be49831e"><code>7306ba6</code></a> +Mᐁ includes</li> <li>Additional commits viewable in <a href="https://github.com/moq/moq4/compare/v4.18.2...v4.18.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Moq&package-manager=nuget&previous-version=4.18.2&new-version=4.18.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 565b092 commit 68a022e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Moq" Version="4.18.2" />
10+
<PackageReference Include="Moq" Version="4.18.3" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1212
<PackageReference Include="xunit" Version="2.4.2" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)