dependabot[bot] opened a new pull request, #1230:
URL: https://github.com/apache/maven-mvnd/pull/1230

   Bumps `maven.version` from 4.0.0-rc-1 to 4.0.0-rc-2.
   Updates `org.apache.maven:maven-plugin-api` from 4.0.0-rc-1 to 4.0.0-rc-2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/maven/releases";>org.apache.maven:maven-plugin-api's
 releases</a>.</em></p>
   <blockquote>
   <h2>4.0.0-rc-2</h2>
   <h1>Release notes</h1>
   <p>Maven has entered the release candidate phase and aims to be finally 
released in a few weeks.  Please give it a try and report errors.</p>
   <h1>Upgrading from Maven 3</h1>
   <p>Maven 4 brings a tons of changes.  We've tried hard to maximise 
compatibility with Maven 3.x, but in order to have your build work with Maven 
4, you will need to upgrade some plugins (such as 
<code>maven-enforcer-plugin</code>, <code>maven-remote-resources-plugin</code>, 
<code>maven-shade-plugin</code>, etc...) to their most recent versions.</p>
   <p>If your build is leveraging Maven extensions, you may very well expect 
some breakage. Some extensions may need to be updated:</p>
   <ul>
   <li>the useful, but unmaintained, <a 
href="https://github.com/trustin/os-maven-plugin/";><code>os-maven-plugin</code></a>
 extension has been forked and now maintained at <a 
href="https://github.com/tisonkun/os-detector";><code>os-detector-maven-plugin</code></a></li>
   </ul>
   <p>Contact the extensions' developers team to know their plans regarding 
supporting to Maven 4.</p>
   <h2>Known issues</h2>
   <ul>
   <li>the <code>mvnenc</code> tool used to encrypt passwords in settings is 
broken</li>
   <li>download rates appearing in the console display wrong values</li>
   </ul>
   <h1>Change log</h1>
   <h2>Improvements</h2>
   <ul>
   <li>[MNG-5729] Use monotonic time measurements by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1965";>apache/maven#1965</a></li>
   <li>[MNG-8394] Event bridge and properties fix by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1937";>apache/maven#1937</a></li>
   <li>[MNG-8403] Maven ITs use maven-executor by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1940";>apache/maven#1940</a></li>
   <li>[MNG-8407] Add target attribute to SVG links by <a 
href="https://github.com/kwin";><code>@​kwin</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1954";>apache/maven#1954</a></li>
   <li>[MNG-8415] Add constant for the security settings xml file by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1956";>apache/maven#1956</a></li>
   <li>[MNG-8419][MNG-8424] Too aggressive warning for pre-Maven4 passwords by 
<a href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1970";>apache/maven#1970</a></li>
   </ul>
   <h2>Bug fixes</h2>
   <ul>
   <li>IT: Move ITs off maven-shared-utils by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1941";>apache/maven#1941</a></li>
   <li>[MNG-8389] MavenExReq lacks u/p/i settings file paths by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1939";>apache/maven#1939</a></li>
   <li>[MNG-8391] Wrong effective model when conflicting values come from 
parents and profiles by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1942";>apache/maven#1942</a></li>
   <li>[MNG-8396] Add a cache layer to the filtered dependency graph by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1944";>apache/maven#1944</a></li>
   <li>[MNG-8400] Make sure base parser uses canonical maven.home by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1945";>apache/maven#1945</a></li>
   <li>[MNG-8402] System properties can take precedence over builtin 
expressions by <a href="https://github.com/gnodet";><code>@​gnodet</code></a> in 
<a 
href="https://redirect.github.com/apache/maven/pull/1947";>apache/maven#1947</a></li>
   <li>[MNG-8405] Fail On Severity, when set, is not reset (in resident 
instances) by <a href="https://github.com/gnodet";><code>@​gnodet</code></a> in 
<a 
href="https://redirect.github.com/apache/maven/pull/1950";>apache/maven#1950</a></li>
   <li>[MNG-8403] Collapse IT utils and helpers by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1949";>apache/maven#1949</a></li>
   <li>IT: Drop dead stuff by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1951";>apache/maven#1951</a></li>
   <li>[MNG-8404] ModelValidator: add unit tests and simplify a bit by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1948";>apache/maven#1948</a></li>
   <li>IT: Streamline ITs more by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1952";>apache/maven#1952</a></li>
   <li>[MNG-8388] Fix escape characters being replaced to change the original 
configuration by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1946";>apache/maven#1946</a></li>
   <li>Use https for <a 
href="http://www.apache.org/licenses/";>www.apache.org/licenses/</a> by <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a> 
in <a 
href="https://redirect.github.com/apache/maven/pull/1955";>apache/maven#1955</a></li>
   <li>[MNG-8401] Reference global Maven download page by <a 
href="https://github.com/kwin";><code>@​kwin</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1953";>apache/maven#1953</a></li>
   <li>[MNG-8410] API cleanup by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1957";>apache/maven#1957</a></li>
   <li>[MNG-8411][MNG-8412][MNG-8416] mvnenc fixes by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1959";>apache/maven#1959</a></li>
   <li>[MNG-8393] Enable consumer pom by default for 4.1.0 model  version only 
by <a href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1963";>apache/maven#1963</a></li>
   <li>[MNG-8421] Move all of logging setup to LookupInvoker; mvnenc IT by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1964";>apache/maven#1964</a></li>
   <li>[MNG-8423] mvnenc -h by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1971";>apache/maven#1971</a></li>
   <li>[MNG-8406] Proper IT isolation by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1968";>apache/maven#1968</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/maven/commit/273314404f85ec3c089e295d8b4e0cb18c287cf5";><code>2733144</code></a>
 [maven-release-plugin] prepare release maven-4.0.0-rc-2</li>
   <li><a 
href="https://github.com/apache/maven/commit/7c14b3b419be88e8af1f7b4385c49e97d00a3ae6";><code>7c14b3b</code></a>
 Remove temporary staging profile</li>
   <li><a 
href="https://github.com/apache/maven/commit/5375f61a1da46bc546685c639bf23b8a23182dc6";><code>5375f61</code></a>
 [MNG-8414] Warn when not able to downgrade consumer POM unless 
preserveModelV...</li>
   <li><a 
href="https://github.com/apache/maven/commit/e600b09ea50d2588fb64743c6b3e5fb5b3713252";><code>e600b09</code></a>
 [MNG-8382] Docgen: remove property numbering, they are misleading and 
propert...</li>
   <li><a 
href="https://github.com/apache/maven/commit/ddae283c2b318ba9814384c66a002b4821f53aa4";><code>ddae283</code></a>
 [MNG-8245][MNG-8246] Warn when calling before: or after: phases (<a 
href="https://redirect.github.com/apache/maven/issues/1974";>#1974</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/5d449f9a247742dc0bdf89cab0fbe6d8623881ee";><code>5d449f9</code></a>
 [MNG-8244] Using before:all / all / after:all is not triggered (<a 
href="https://redirect.github.com/apache/maven/issues/1973";>#1973</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/1fd7f879a4d4253b6b1eb655b5b7b666c5274d00";><code>1fd7f87</code></a>
 [MNG-5729] Fix transfer rate computation (<a 
href="https://redirect.github.com/apache/maven/issues/1969";>#1969</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/5897cfe68d4ac35e08f8224995c14a9b6f735255";><code>5897cfe</code></a>
 [MNG-8430] Resolver 2.0.5 (<a 
href="https://redirect.github.com/apache/maven/issues/1975";>#1975</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/ccbd50c9754f0c7b4d63fedd39d06ffc1cb70c2a";><code>ccbd50c</code></a>
 [MNG-5729] Fix possible NPE with introduction of mononic clock (<a 
href="https://redirect.github.com/apache/maven/issues/1972";>#1972</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/a85ec9ffcc4e6aef4e05a56df7a04cd56f5f0b96";><code>a85ec9f</code></a>
 Add missing package infos (<a 
href="https://redirect.github.com/apache/maven/issues/1980";>#1980</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/maven/compare/maven-4.0.0-rc-1...maven-4.0.0-rc-2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.maven:maven-model` from 4.0.0-rc-1 to 4.0.0-rc-2
   
   Updates `org.apache.maven:maven-core` from 4.0.0-rc-1 to 4.0.0-rc-2
   
   Updates `org.apache.maven:maven-resolver-provider` from 4.0.0-rc-1 to 
4.0.0-rc-2
   
   Updates `org.apache.maven:maven-embedder` from 4.0.0-rc-1 to 4.0.0-rc-2
   
   Updates `org.apache.maven:maven-cli` from 4.0.0-rc-1 to 4.0.0-rc-2
   
   Updates `org.apache.maven:maven-api-di` from 4.0.0-rc-1 to 4.0.0-rc-2
   
   Updates `org.apache.maven:maven-jline` from 4.0.0-rc-1 to 4.0.0-rc-2
   
   Updates `org.apache.maven:maven-logging` from 4.0.0-rc-1 to 4.0.0-rc-2
   
   Updates `org.apache.maven:apache-maven` from 4.0.0-rc-1 to 4.0.0-rc-2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/maven/releases";>org.apache.maven:apache-maven's 
releases</a>.</em></p>
   <blockquote>
   <h2>4.0.0-rc-2</h2>
   <h1>Release notes</h1>
   <p>Maven has entered the release candidate phase and aims to be finally 
released in a few weeks.  Please give it a try and report errors.</p>
   <h1>Upgrading from Maven 3</h1>
   <p>Maven 4 brings a tons of changes.  We've tried hard to maximise 
compatibility with Maven 3.x, but in order to have your build work with Maven 
4, you will need to upgrade some plugins (such as 
<code>maven-enforcer-plugin</code>, <code>maven-remote-resources-plugin</code>, 
<code>maven-shade-plugin</code>, etc...) to their most recent versions.</p>
   <p>If your build is leveraging Maven extensions, you may very well expect 
some breakage. Some extensions may need to be updated:</p>
   <ul>
   <li>the useful, but unmaintained, <a 
href="https://github.com/trustin/os-maven-plugin/";><code>os-maven-plugin</code></a>
 extension has been forked and now maintained at <a 
href="https://github.com/tisonkun/os-detector";><code>os-detector-maven-plugin</code></a></li>
   </ul>
   <p>Contact the extensions' developers team to know their plans regarding 
supporting to Maven 4.</p>
   <h2>Known issues</h2>
   <ul>
   <li>the <code>mvnenc</code> tool used to encrypt passwords in settings is 
broken</li>
   <li>download rates appearing in the console display wrong values</li>
   </ul>
   <h1>Change log</h1>
   <h2>Improvements</h2>
   <ul>
   <li>[MNG-5729] Use monotonic time measurements by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1965";>apache/maven#1965</a></li>
   <li>[MNG-8394] Event bridge and properties fix by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1937";>apache/maven#1937</a></li>
   <li>[MNG-8403] Maven ITs use maven-executor by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1940";>apache/maven#1940</a></li>
   <li>[MNG-8407] Add target attribute to SVG links by <a 
href="https://github.com/kwin";><code>@​kwin</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1954";>apache/maven#1954</a></li>
   <li>[MNG-8415] Add constant for the security settings xml file by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1956";>apache/maven#1956</a></li>
   <li>[MNG-8419][MNG-8424] Too aggressive warning for pre-Maven4 passwords by 
<a href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1970";>apache/maven#1970</a></li>
   </ul>
   <h2>Bug fixes</h2>
   <ul>
   <li>IT: Move ITs off maven-shared-utils by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1941";>apache/maven#1941</a></li>
   <li>[MNG-8389] MavenExReq lacks u/p/i settings file paths by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1939";>apache/maven#1939</a></li>
   <li>[MNG-8391] Wrong effective model when conflicting values come from 
parents and profiles by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1942";>apache/maven#1942</a></li>
   <li>[MNG-8396] Add a cache layer to the filtered dependency graph by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1944";>apache/maven#1944</a></li>
   <li>[MNG-8400] Make sure base parser uses canonical maven.home by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1945";>apache/maven#1945</a></li>
   <li>[MNG-8402] System properties can take precedence over builtin 
expressions by <a href="https://github.com/gnodet";><code>@​gnodet</code></a> in 
<a 
href="https://redirect.github.com/apache/maven/pull/1947";>apache/maven#1947</a></li>
   <li>[MNG-8405] Fail On Severity, when set, is not reset (in resident 
instances) by <a href="https://github.com/gnodet";><code>@​gnodet</code></a> in 
<a 
href="https://redirect.github.com/apache/maven/pull/1950";>apache/maven#1950</a></li>
   <li>[MNG-8403] Collapse IT utils and helpers by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1949";>apache/maven#1949</a></li>
   <li>IT: Drop dead stuff by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1951";>apache/maven#1951</a></li>
   <li>[MNG-8404] ModelValidator: add unit tests and simplify a bit by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1948";>apache/maven#1948</a></li>
   <li>IT: Streamline ITs more by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1952";>apache/maven#1952</a></li>
   <li>[MNG-8388] Fix escape characters being replaced to change the original 
configuration by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1946";>apache/maven#1946</a></li>
   <li>Use https for <a 
href="http://www.apache.org/licenses/";>www.apache.org/licenses/</a> by <a 
href="https://github.com/slawekjaranowski";><code>@​slawekjaranowski</code></a> 
in <a 
href="https://redirect.github.com/apache/maven/pull/1955";>apache/maven#1955</a></li>
   <li>[MNG-8401] Reference global Maven download page by <a 
href="https://github.com/kwin";><code>@​kwin</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1953";>apache/maven#1953</a></li>
   <li>[MNG-8410] API cleanup by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1957";>apache/maven#1957</a></li>
   <li>[MNG-8411][MNG-8412][MNG-8416] mvnenc fixes by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1959";>apache/maven#1959</a></li>
   <li>[MNG-8393] Enable consumer pom by default for 4.1.0 model  version only 
by <a href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1963";>apache/maven#1963</a></li>
   <li>[MNG-8421] Move all of logging setup to LookupInvoker; mvnenc IT by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1964";>apache/maven#1964</a></li>
   <li>[MNG-8423] mvnenc -h by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1971";>apache/maven#1971</a></li>
   <li>[MNG-8406] Proper IT isolation by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1968";>apache/maven#1968</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/maven/commit/273314404f85ec3c089e295d8b4e0cb18c287cf5";><code>2733144</code></a>
 [maven-release-plugin] prepare release maven-4.0.0-rc-2</li>
   <li><a 
href="https://github.com/apache/maven/commit/7c14b3b419be88e8af1f7b4385c49e97d00a3ae6";><code>7c14b3b</code></a>
 Remove temporary staging profile</li>
   <li><a 
href="https://github.com/apache/maven/commit/5375f61a1da46bc546685c639bf23b8a23182dc6";><code>5375f61</code></a>
 [MNG-8414] Warn when not able to downgrade consumer POM unless 
preserveModelV...</li>
   <li><a 
href="https://github.com/apache/maven/commit/e600b09ea50d2588fb64743c6b3e5fb5b3713252";><code>e600b09</code></a>
 [MNG-8382] Docgen: remove property numbering, they are misleading and 
propert...</li>
   <li><a 
href="https://github.com/apache/maven/commit/ddae283c2b318ba9814384c66a002b4821f53aa4";><code>ddae283</code></a>
 [MNG-8245][MNG-8246] Warn when calling before: or after: phases (<a 
href="https://redirect.github.com/apache/maven/issues/1974";>#1974</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/5d449f9a247742dc0bdf89cab0fbe6d8623881ee";><code>5d449f9</code></a>
 [MNG-8244] Using before:all / all / after:all is not triggered (<a 
href="https://redirect.github.com/apache/maven/issues/1973";>#1973</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/1fd7f879a4d4253b6b1eb655b5b7b666c5274d00";><code>1fd7f87</code></a>
 [MNG-5729] Fix transfer rate computation (<a 
href="https://redirect.github.com/apache/maven/issues/1969";>#1969</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/5897cfe68d4ac35e08f8224995c14a9b6f735255";><code>5897cfe</code></a>
 [MNG-8430] Resolver 2.0.5 (<a 
href="https://redirect.github.com/apache/maven/issues/1975";>#1975</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/ccbd50c9754f0c7b4d63fedd39d06ffc1cb70c2a";><code>ccbd50c</code></a>
 [MNG-5729] Fix possible NPE with introduction of mononic clock (<a 
href="https://redirect.github.com/apache/maven/issues/1972";>#1972</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/a85ec9ffcc4e6aef4e05a56df7a04cd56f5f0b96";><code>a85ec9f</code></a>
 Add missing package infos (<a 
href="https://redirect.github.com/apache/maven/issues/1980";>#1980</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/maven/compare/maven-4.0.0-rc-1...maven-4.0.0-rc-2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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: issues-unsubscr...@maven.apache.org

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

Reply via email to