You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/05/12 14:15:08 UTC

[GitHub] [tinkerpop] dependabot[bot] opened a new pull request, #1651: Bump Moq from 4.17.2 to 4.18.0 in /gremlin-dotnet

dependabot[bot] opened a new pull request, #1651:
URL: https://github.com/apache/tinkerpop/pull/1651

   Bumps [Moq](https://github.com/moq/moq4) from 4.17.2 to 4.18.0.
   <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.0 (2022-05-12)</h2>
   <p>New major version of DynamicProxy (you may get better performance!), so please update with care.</p>
   <h4>Changed</h4>
   <ul>
   <li>Update package reference to <code>Castle.Core</code> (DynamicProxy) from version 4.4.1 to 5.0.0 (<a href="https://github.com/stakx"><code>@​stakx</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1257">#1257</a>)</li>
   </ul>
   <h4>Fixed</h4>
   <ul>
   <li>Can't set up &quot;private protected&quot; properties (<a href="https://github.com/RobSiklos"><code>@​RobSiklos</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1170">#1170</a>)</li>
   <li>Using [...] an old version of <code>System.Net.Http</code> which is vulnerable to &quot;DoS&quot;, &quot;Spoofing&quot;, &quot;Privilege Escalation&quot;, &quot;Authentication Bypass&quot; and &quot;Information Exposure&quot;  (<a href="https://github.com/sidseter"><code>@​sidseter</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1219">#1219</a>)</li>
   <li>Failure when invoking a method with by-ref parameter &amp; mockable return type on a mock with <code>CallBase</code> and <code>DefaultValue.Mock</code> configured (<a href="https://github.com/IanKemp"><code>@​IanKemp</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1249">#1249</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/moq/moq4/commit/eef6e1b8f9686f227e247956f4b235f9774f0afc"><code>eef6e1b</code></a> Update version to 4.18.0</li>
   <li><a href="https://github.com/moq/moq4/commit/75995a9f4cf1b3824ac041e164a522feed16a11f"><code>75995a9</code></a> Changelog entry got added to the wrong version</li>
   <li><a href="https://github.com/moq/moq4/commit/e437f4c3ed0623c729440de9183c0845ab7e62f9"><code>e437f4c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1257">#1257</a> from stakx/dynamicproxy</li>
   <li><a href="https://github.com/moq/moq4/commit/68ec600519a129908e349ffec77ab3699012cedd"><code>68ec600</code></a> Update the changelog</li>
   <li><a href="https://github.com/moq/moq4/commit/c55e5df8ab899348d90cdffb3a713aa30cb0d5a0"><code>c55e5df</code></a> Unskip test that should now be fixed in DynamicProxy</li>
   <li><a href="https://github.com/moq/moq4/commit/c81699c573b5b17ca22c1b65615d887f63c2c7a0"><code>c81699c</code></a> CI build should use VS 2022</li>
   <li><a href="https://github.com/moq/moq4/commit/7a942996fce5e369f29d7c3a2a7c516c386c4e03"><code>7a94299</code></a> Add <code>net6.0</code> TFM (because DynamicProxy has it)</li>
   <li><a href="https://github.com/moq/moq4/commit/8f0f4e1bafb591fe624726dfc143e72a793c2dd8"><code>8f0f4e1</code></a> DynamicProxy's minimum requirement is now <code>net462</code></li>
   <li><a href="https://github.com/moq/moq4/commit/d3fc99fd2b710271adb792903354df35a28f3385"><code>d3fc99f</code></a> Update Castle.Core to v5</li>
   <li><a href="https://github.com/moq/moq4/commit/fa58a8bb6c30c5bdf6ccf99f5c5937b1a0950f62"><code>fa58a8b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1251">#1251</a> from stakx/bugfix/byref-parameter-handling</li>
   <li>Additional commits viewable in <a href="https://github.com/moq/moq4/compare/v4.17.2...v4.18.0">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.17.2&new-version=4.18.0)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] dependabot[bot] commented on pull request #1651: Bump Moq from 4.17.2 to 4.18.0 in /gremlin-dotnet

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1651:
URL: https://github.com/apache/tinkerpop/pull/1651#issuecomment-1127729856

   Superseded by #1660.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] dependabot[bot] closed pull request #1651: Bump Moq from 4.17.2 to 4.18.0 in /gremlin-dotnet

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1651: Bump Moq from 4.17.2 to 4.18.0 in /gremlin-dotnet
URL: https://github.com/apache/tinkerpop/pull/1651


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org