dependabot[bot] opened a new pull request #90: URL: https://github.com/apache/commons-parent/pull/90
Bumps `commons.pmd-impl.version` from 6.41.0 to 6.42.0. Updates `pmd-core` from 6.41.0 to 6.42.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases">pmd-core's releases</a>.</em></p> <blockquote> <h2>PMD 6.42.0 (29-January-2022)</h2> <h2>29-January-2022 - 6.42.0</h2> <p>The PMD team is pleased to announce PMD 6.42.0.</p> <p>This is a minor release.</p> <h3>Table Of Contents</h3> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy">New and noteworthy</a> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#javascript:-rhino-updated-to-latest-version-1.7.14">Javascript: Rhino updated to latest version 1.7.14</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-rules">New rules</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#modified-rules">Modified rules</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues">Fixed Issues</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes">API Changes</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions">External Contributions</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats">Stats</a></li> </ul> <h3>New and noteworthy</h3> <h4>Javascript: Rhino updated to latest version 1.7.14</h4> <p><a href="https://github.com/mozilla/rhino">Rhino</a>, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.</p> <h4>New rules</h4> <ul> <li>The new Java rule <a href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_codestyle.html#finalparameterinabstractmethod"><code>FinalParameterInAbstractMethod</code></a> detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.</li> </ul> <pre lang="xml"><code> <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" /> </code></pre> <p>The rule is part of the quickstart.xml ruleset.</p> <h4>Modified rules</h4> <ul> <li>The Apex rule <a href="https://pmd.github.io/pmd-6.42.0/pmd_rules_apex_documentation.html#apexdoc"><code>ApexDoc</code></a> has a new property <code>reportProperty</code>. If set to <code>false</code> (default is <code>true</code> if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.</li> </ul> <h3>Fixed Issues</h3> <ul> <li>core <ul> <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3328">#3328</a>: [core] designer.bat errors when JAVAFX_HOME contains spaces</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/391c32589fce747ee786f92b0881d6d714737cef"><code>391c325</code></a> [maven-release-plugin] prepare release pmd_releases/6.42.0</li> <li><a href="https://github.com/pmd/pmd/commit/2d6a1496591c3435850f4ff094d4571c41ba787d"><code>2d6a149</code></a> Prepare pmd release 6.42.0</li> <li><a href="https://github.com/pmd/pmd/commit/93811d3449359f5089d23798b69559f03c8a53ee"><code>93811d3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3726">#3726</a> from adangel:issue-3328-designer-bat</li> <li><a href="https://github.com/pmd/pmd/commit/fb913bdc6906cb79f64eda90a7f2ed6f221e8dfc"><code>fb913bd</code></a> Merge pull request from Vyom-Yadav:CS-PMD-FIX-1</li> <li><a href="https://github.com/pmd/pmd/commit/fb5e4dce914f4d1cb23002ee5b17a7dc679e57af"><code>fb5e4dc</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3747">#3747</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/0f01d4686ea5d4b0a303786320613327397557ad"><code>0f01d46</code></a> [core] Updated DataType.java</li> <li><a href="https://github.com/pmd/pmd/commit/c0c2c76e4920bafa90162f9517ffc45165d0cd11"><code>c0c2c76</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3722">#3722</a> from adangel:issue-3721-returnemptycollection</li> <li><a href="https://github.com/pmd/pmd/commit/6558167ec10b47d28deef79ff87fc39c7f899926"><code>6558167</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3674">#3674</a> from adangel:issue-3639-usestringbufferlength</li> <li><a href="https://github.com/pmd/pmd/commit/ed611cdfaf543bb404568227f9269d2879b89afe"><code>ed611cd</code></a> Add <a href="https://github.com/gredler"><code>@gredler</code></a> as a contributor</li> <li><a href="https://github.com/pmd/pmd/commit/3b8f87a38c107f2988a4816706961a73ebc67a7e"><code>3b8f87a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3745">#3745</a> from gredler:pmd-3712</li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.41.0...pmd_releases/6.42.0">compare view</a></li> </ul> </details> <br /> Updates `pmd-java` from 6.41.0 to 6.42.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases">pmd-java's releases</a>.</em></p> <blockquote> <h2>PMD 6.42.0 (29-January-2022)</h2> <h2>29-January-2022 - 6.42.0</h2> <p>The PMD team is pleased to announce PMD 6.42.0.</p> <p>This is a minor release.</p> <h3>Table Of Contents</h3> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy">New and noteworthy</a> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#javascript:-rhino-updated-to-latest-version-1.7.14">Javascript: Rhino updated to latest version 1.7.14</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-rules">New rules</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#modified-rules">Modified rules</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues">Fixed Issues</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes">API Changes</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions">External Contributions</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats">Stats</a></li> </ul> <h3>New and noteworthy</h3> <h4>Javascript: Rhino updated to latest version 1.7.14</h4> <p><a href="https://github.com/mozilla/rhino">Rhino</a>, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.</p> <h4>New rules</h4> <ul> <li>The new Java rule <a href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_codestyle.html#finalparameterinabstractmethod"><code>FinalParameterInAbstractMethod</code></a> detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.</li> </ul> <pre lang="xml"><code> <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" /> </code></pre> <p>The rule is part of the quickstart.xml ruleset.</p> <h4>Modified rules</h4> <ul> <li>The Apex rule <a href="https://pmd.github.io/pmd-6.42.0/pmd_rules_apex_documentation.html#apexdoc"><code>ApexDoc</code></a> has a new property <code>reportProperty</code>. If set to <code>false</code> (default is <code>true</code> if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.</li> </ul> <h3>Fixed Issues</h3> <ul> <li>core <ul> <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3328">#3328</a>: [core] designer.bat errors when JAVAFX_HOME contains spaces</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/391c32589fce747ee786f92b0881d6d714737cef"><code>391c325</code></a> [maven-release-plugin] prepare release pmd_releases/6.42.0</li> <li><a href="https://github.com/pmd/pmd/commit/2d6a1496591c3435850f4ff094d4571c41ba787d"><code>2d6a149</code></a> Prepare pmd release 6.42.0</li> <li><a href="https://github.com/pmd/pmd/commit/93811d3449359f5089d23798b69559f03c8a53ee"><code>93811d3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3726">#3726</a> from adangel:issue-3328-designer-bat</li> <li><a href="https://github.com/pmd/pmd/commit/fb913bdc6906cb79f64eda90a7f2ed6f221e8dfc"><code>fb913bd</code></a> Merge pull request from Vyom-Yadav:CS-PMD-FIX-1</li> <li><a href="https://github.com/pmd/pmd/commit/fb5e4dce914f4d1cb23002ee5b17a7dc679e57af"><code>fb5e4dc</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3747">#3747</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/0f01d4686ea5d4b0a303786320613327397557ad"><code>0f01d46</code></a> [core] Updated DataType.java</li> <li><a href="https://github.com/pmd/pmd/commit/c0c2c76e4920bafa90162f9517ffc45165d0cd11"><code>c0c2c76</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3722">#3722</a> from adangel:issue-3721-returnemptycollection</li> <li><a href="https://github.com/pmd/pmd/commit/6558167ec10b47d28deef79ff87fc39c7f899926"><code>6558167</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3674">#3674</a> from adangel:issue-3639-usestringbufferlength</li> <li><a href="https://github.com/pmd/pmd/commit/ed611cdfaf543bb404568227f9269d2879b89afe"><code>ed611cd</code></a> Add <a href="https://github.com/gredler"><code>@gredler</code></a> as a contributor</li> <li><a href="https://github.com/pmd/pmd/commit/3b8f87a38c107f2988a4816706961a73ebc67a7e"><code>3b8f87a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3745">#3745</a> from gredler:pmd-3712</li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.41.0...pmd_releases/6.42.0">compare view</a></li> </ul> </details> <br /> Updates `pmd-javascript` from 6.41.0 to 6.42.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases">pmd-javascript's releases</a>.</em></p> <blockquote> <h2>PMD 6.42.0 (29-January-2022)</h2> <h2>29-January-2022 - 6.42.0</h2> <p>The PMD team is pleased to announce PMD 6.42.0.</p> <p>This is a minor release.</p> <h3>Table Of Contents</h3> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy">New and noteworthy</a> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#javascript:-rhino-updated-to-latest-version-1.7.14">Javascript: Rhino updated to latest version 1.7.14</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-rules">New rules</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#modified-rules">Modified rules</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues">Fixed Issues</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes">API Changes</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions">External Contributions</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats">Stats</a></li> </ul> <h3>New and noteworthy</h3> <h4>Javascript: Rhino updated to latest version 1.7.14</h4> <p><a href="https://github.com/mozilla/rhino">Rhino</a>, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.</p> <h4>New rules</h4> <ul> <li>The new Java rule <a href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_codestyle.html#finalparameterinabstractmethod"><code>FinalParameterInAbstractMethod</code></a> detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.</li> </ul> <pre lang="xml"><code> <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" /> </code></pre> <p>The rule is part of the quickstart.xml ruleset.</p> <h4>Modified rules</h4> <ul> <li>The Apex rule <a href="https://pmd.github.io/pmd-6.42.0/pmd_rules_apex_documentation.html#apexdoc"><code>ApexDoc</code></a> has a new property <code>reportProperty</code>. If set to <code>false</code> (default is <code>true</code> if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.</li> </ul> <h3>Fixed Issues</h3> <ul> <li>core <ul> <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3328">#3328</a>: [core] designer.bat errors when JAVAFX_HOME contains spaces</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/391c32589fce747ee786f92b0881d6d714737cef"><code>391c325</code></a> [maven-release-plugin] prepare release pmd_releases/6.42.0</li> <li><a href="https://github.com/pmd/pmd/commit/2d6a1496591c3435850f4ff094d4571c41ba787d"><code>2d6a149</code></a> Prepare pmd release 6.42.0</li> <li><a href="https://github.com/pmd/pmd/commit/93811d3449359f5089d23798b69559f03c8a53ee"><code>93811d3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3726">#3726</a> from adangel:issue-3328-designer-bat</li> <li><a href="https://github.com/pmd/pmd/commit/fb913bdc6906cb79f64eda90a7f2ed6f221e8dfc"><code>fb913bd</code></a> Merge pull request from Vyom-Yadav:CS-PMD-FIX-1</li> <li><a href="https://github.com/pmd/pmd/commit/fb5e4dce914f4d1cb23002ee5b17a7dc679e57af"><code>fb5e4dc</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3747">#3747</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/0f01d4686ea5d4b0a303786320613327397557ad"><code>0f01d46</code></a> [core] Updated DataType.java</li> <li><a href="https://github.com/pmd/pmd/commit/c0c2c76e4920bafa90162f9517ffc45165d0cd11"><code>c0c2c76</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3722">#3722</a> from adangel:issue-3721-returnemptycollection</li> <li><a href="https://github.com/pmd/pmd/commit/6558167ec10b47d28deef79ff87fc39c7f899926"><code>6558167</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3674">#3674</a> from adangel:issue-3639-usestringbufferlength</li> <li><a href="https://github.com/pmd/pmd/commit/ed611cdfaf543bb404568227f9269d2879b89afe"><code>ed611cd</code></a> Add <a href="https://github.com/gredler"><code>@gredler</code></a> as a contributor</li> <li><a href="https://github.com/pmd/pmd/commit/3b8f87a38c107f2988a4816706961a73ebc67a7e"><code>3b8f87a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3745">#3745</a> from gredler:pmd-3712</li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.41.0...pmd_releases/6.42.0">compare view</a></li> </ul> </details> <br /> Updates `pmd-jsp` from 6.41.0 to 6.42.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmd/pmd/releases">pmd-jsp's releases</a>.</em></p> <blockquote> <h2>PMD 6.42.0 (29-January-2022)</h2> <h2>29-January-2022 - 6.42.0</h2> <p>The PMD team is pleased to announce PMD 6.42.0.</p> <p>This is a minor release.</p> <h3>Table Of Contents</h3> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-and-noteworthy">New and noteworthy</a> <ul> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#javascript:-rhino-updated-to-latest-version-1.7.14">Javascript: Rhino updated to latest version 1.7.14</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#new-rules">New rules</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#modified-rules">Modified rules</a></li> </ul> </li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#fixed-issues">Fixed Issues</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#api-changes">API Changes</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#external-contributions">External Contributions</a></li> <li><a href="https://github.com/pmd/pmd/blob/HEAD/#stats">Stats</a></li> </ul> <h3>New and noteworthy</h3> <h4>Javascript: Rhino updated to latest version 1.7.14</h4> <p><a href="https://github.com/mozilla/rhino">Rhino</a>, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.</p> <h4>New rules</h4> <ul> <li>The new Java rule <a href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_codestyle.html#finalparameterinabstractmethod"><code>FinalParameterInAbstractMethod</code></a> detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.</li> </ul> <pre lang="xml"><code> <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" /> </code></pre> <p>The rule is part of the quickstart.xml ruleset.</p> <h4>Modified rules</h4> <ul> <li>The Apex rule <a href="https://pmd.github.io/pmd-6.42.0/pmd_rules_apex_documentation.html#apexdoc"><code>ApexDoc</code></a> has a new property <code>reportProperty</code>. If set to <code>false</code> (default is <code>true</code> if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.</li> </ul> <h3>Fixed Issues</h3> <ul> <li>core <ul> <li><a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3328">#3328</a>: [core] designer.bat errors when JAVAFX_HOME contains spaces</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/391c32589fce747ee786f92b0881d6d714737cef"><code>391c325</code></a> [maven-release-plugin] prepare release pmd_releases/6.42.0</li> <li><a href="https://github.com/pmd/pmd/commit/2d6a1496591c3435850f4ff094d4571c41ba787d"><code>2d6a149</code></a> Prepare pmd release 6.42.0</li> <li><a href="https://github.com/pmd/pmd/commit/93811d3449359f5089d23798b69559f03c8a53ee"><code>93811d3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3726">#3726</a> from adangel:issue-3328-designer-bat</li> <li><a href="https://github.com/pmd/pmd/commit/fb913bdc6906cb79f64eda90a7f2ed6f221e8dfc"><code>fb913bd</code></a> Merge pull request from Vyom-Yadav:CS-PMD-FIX-1</li> <li><a href="https://github.com/pmd/pmd/commit/fb5e4dce914f4d1cb23002ee5b17a7dc679e57af"><code>fb5e4dc</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3747">#3747</a>)</li> <li><a href="https://github.com/pmd/pmd/commit/0f01d4686ea5d4b0a303786320613327397557ad"><code>0f01d46</code></a> [core] Updated DataType.java</li> <li><a href="https://github.com/pmd/pmd/commit/c0c2c76e4920bafa90162f9517ffc45165d0cd11"><code>c0c2c76</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3722">#3722</a> from adangel:issue-3721-returnemptycollection</li> <li><a href="https://github.com/pmd/pmd/commit/6558167ec10b47d28deef79ff87fc39c7f899926"><code>6558167</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3674">#3674</a> from adangel:issue-3639-usestringbufferlength</li> <li><a href="https://github.com/pmd/pmd/commit/ed611cdfaf543bb404568227f9269d2879b89afe"><code>ed611cd</code></a> Add <a href="https://github.com/gredler"><code>@gredler</code></a> as a contributor</li> <li><a href="https://github.com/pmd/pmd/commit/3b8f87a38c107f2988a4816706961a73ebc67a7e"><code>3b8f87a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3745">#3745</a> from gredler:pmd-3712</li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.41.0...pmd_releases/6.42.0">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
