Skip to content

Commit db8aaca

Browse files
Bump Moq from 4.18.3 to 4.18.4 (#55)
Bumps [Moq](https://github.com/moq/moq4) from 4.18.3 to 4.18.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moq/moq4/releases">Moq's releases</a>.</em></p> <blockquote> <h2>4.18.4</h2> <h4>Changed</h4> <ul> <li>Update package reference to <code>Castle.Core</code> (DynamicProxy) from version 5.1.0 to 5.1.1 (<a href="https://github.com/stakx"><code>@​stakx</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1317">#1317</a>)</li> </ul> </blockquote> </details> <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.4 (2022-12-30)</h2> <h4>Changed</h4> <ul> <li>Update package reference to <code>Castle.Core</code> (DynamicProxy) from version 5.1.0 to 5.1.1 (<a href="https://github.com/stakx"><code>@​stakx</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1317">#1317</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moq/moq4/commit/042a2ebbeca20b6b718efb45af29a0dc2edb4ab6"><code>042a2eb</code></a> Update version to 4.18.4</li> <li><a href="https://github.com/moq/moq4/commit/4aa791d39dc4f8e5e823ed24720db9ce13b5429a"><code>4aa791d</code></a> Update DynamicProxy to version 5.1.1</li> <li><a href="https://github.com/moq/moq4/commit/d535cc40870362f9667b64de1308fda3c204e6b8"><code>d535cc4</code></a> ⬆️ Bump files with dotnet-file sync</li> <li>See full diff in <a href="https://github.com/moq/moq4/compare/v4.18.3...v4.18.4">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.3&new-version=4.18.4)](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 c90c084 commit db8aaca

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.3" />
10+
<PackageReference Include="Moq" Version="4.18.4" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
1212
<PackageReference Include="xunit" Version="2.4.2" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)