You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/06/03 15:03:10 UTC

[GitHub] [commons-lang] dependabot[bot] opened a new pull request, #905: Bump commons.pmd-impl.version from 6.45.0 to 6.46.0

dependabot[bot] opened a new pull request, #905:
URL: https://github.com/apache/commons-lang/pull/905

   Bumps `commons.pmd-impl.version` from 6.45.0 to 6.46.0.
   Updates `pmd-core` from 6.45.0 to 6.46.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.46.0 (28-May-2022)</h2>
   <h2>28-May-2022 - 6.46.0</h2>
   <p>The PMD team is pleased to announce PMD 6.46.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/#cli-improvements">CLI improvements</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#c#-improvements">C# Improvements</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/#deprecated-rules">Deprecated 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>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-ruleset-references">Deprecated ruleset references</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-api">Deprecated API</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#internal-api">Internal API</a></li>
   </ul>
   </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>CLI improvements</h4>
   <p>The PMD CLI now allows repeating the <code>--dir</code> (<code>-d</code>) and <code>--rulesets</code> (<code>-R</code>) options,
   as well as providing several space-separated arguments to either of them. For instance:</p>
   <pre lang="shell"><code>pmd -d src/main/java src/test/java -R rset1.xml -R rset2.xml
   </code></pre>
   <p>This also allows globs to be used on the CLI if your shell supports shell expansion.
   For instance, the above can be written</p>
   <pre lang="shell"><code>pmd -d src/*/java -R rset*.xml
   </code></pre>
   <p>Please use theses new forms instead of using comma-separated lists as argument to these options.</p>
   <h4>C# Improvements</h4>
   <p>When executing CPD on C# sources, the option <code>--ignore-annotations</code> is now supported as well.
   It ignores C# attributes when detecting duplicated code. This option can also be enabled via
   the CPD GUI. See <a href="https://github-redirect.dependabot.com/pmd/pmd/pull/3974">#3974</a> for details.</p>
   <h4>New Rules</h4>
   <p>This release ships with 2 new Java rules.</p>
   <ul>
   <li><a href="https://pmd.github.io/pmd-6.46.0/pmd_rules_java_codestyle.html#emptycontrolstatement"><code>EmptyControlStatement</code></a> reports many instances of empty things, e.g. control statements whose</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/a75acdeff8200223ddd2c1b24356a038f1fe7e6e"><code>a75acde</code></a> [maven-release-plugin] prepare release pmd_releases/6.46.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/6f86a711f532bae40c1f26dac17159a15d34527d"><code>6f86a71</code></a> Prepare pmd release 6.46.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/09c1abbf8c33fb7689551b2ccfc869c390c32174"><code>09c1abb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3980">#3980</a> from adangel:deprecate-ant-formatter</li>
   <li><a href="https://github.com/pmd/pmd/commit/ede4c6d4fc2ff9aee5d155e3b0581092cab88ae6"><code>ede4c6d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3979">#3979</a> from adangel:deprecate-cpd-system-props</li>
   <li><a href="https://github.com/pmd/pmd/commit/3779a54f8a1cb8ffeacf9ca958b639a14d377bf4"><code>3779a54</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3978">#3978</a> from adangel:html-extensions</li>
   <li><a href="https://github.com/pmd/pmd/commit/16df537813aedfc7962c2773266d8480f8243c82"><code>16df537</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3958">#3958</a> from oowekyala:issue2352-ruleset-deprecations</li>
   <li><a href="https://github.com/pmd/pmd/commit/3b774eb513828fedca92fcc62daf9d83ae2592e2"><code>3b774eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3716">#3716</a> from oowekyala:merge-empty-rules</li>
   <li><a href="https://github.com/pmd/pmd/commit/95ad4d3f0a84eb57c92e6fbef06d7eaabc551c41"><code>95ad4d3</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3096">#3096</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/650e66bb3d82d6ac6297f9fbf50aba6968c65ec6"><code>650e66b</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2352">#2352</a>, <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3958">#3958</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/425015c3b627614322c3b4075b337de197e1fd1c"><code>425015c</code></a> Merge branch 'master' into pr/3958</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.45.0...pmd_releases/6.46.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.45.0 to 6.46.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.46.0 (28-May-2022)</h2>
   <h2>28-May-2022 - 6.46.0</h2>
   <p>The PMD team is pleased to announce PMD 6.46.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/#cli-improvements">CLI improvements</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#c#-improvements">C# Improvements</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/#deprecated-rules">Deprecated 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>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-ruleset-references">Deprecated ruleset references</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-api">Deprecated API</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#internal-api">Internal API</a></li>
   </ul>
   </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>CLI improvements</h4>
   <p>The PMD CLI now allows repeating the <code>--dir</code> (<code>-d</code>) and <code>--rulesets</code> (<code>-R</code>) options,
   as well as providing several space-separated arguments to either of them. For instance:</p>
   <pre lang="shell"><code>pmd -d src/main/java src/test/java -R rset1.xml -R rset2.xml
   </code></pre>
   <p>This also allows globs to be used on the CLI if your shell supports shell expansion.
   For instance, the above can be written</p>
   <pre lang="shell"><code>pmd -d src/*/java -R rset*.xml
   </code></pre>
   <p>Please use theses new forms instead of using comma-separated lists as argument to these options.</p>
   <h4>C# Improvements</h4>
   <p>When executing CPD on C# sources, the option <code>--ignore-annotations</code> is now supported as well.
   It ignores C# attributes when detecting duplicated code. This option can also be enabled via
   the CPD GUI. See <a href="https://github-redirect.dependabot.com/pmd/pmd/pull/3974">#3974</a> for details.</p>
   <h4>New Rules</h4>
   <p>This release ships with 2 new Java rules.</p>
   <ul>
   <li><a href="https://pmd.github.io/pmd-6.46.0/pmd_rules_java_codestyle.html#emptycontrolstatement"><code>EmptyControlStatement</code></a> reports many instances of empty things, e.g. control statements whose</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/a75acdeff8200223ddd2c1b24356a038f1fe7e6e"><code>a75acde</code></a> [maven-release-plugin] prepare release pmd_releases/6.46.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/6f86a711f532bae40c1f26dac17159a15d34527d"><code>6f86a71</code></a> Prepare pmd release 6.46.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/09c1abbf8c33fb7689551b2ccfc869c390c32174"><code>09c1abb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3980">#3980</a> from adangel:deprecate-ant-formatter</li>
   <li><a href="https://github.com/pmd/pmd/commit/ede4c6d4fc2ff9aee5d155e3b0581092cab88ae6"><code>ede4c6d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3979">#3979</a> from adangel:deprecate-cpd-system-props</li>
   <li><a href="https://github.com/pmd/pmd/commit/3779a54f8a1cb8ffeacf9ca958b639a14d377bf4"><code>3779a54</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3978">#3978</a> from adangel:html-extensions</li>
   <li><a href="https://github.com/pmd/pmd/commit/16df537813aedfc7962c2773266d8480f8243c82"><code>16df537</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3958">#3958</a> from oowekyala:issue2352-ruleset-deprecations</li>
   <li><a href="https://github.com/pmd/pmd/commit/3b774eb513828fedca92fcc62daf9d83ae2592e2"><code>3b774eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3716">#3716</a> from oowekyala:merge-empty-rules</li>
   <li><a href="https://github.com/pmd/pmd/commit/95ad4d3f0a84eb57c92e6fbef06d7eaabc551c41"><code>95ad4d3</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3096">#3096</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/650e66bb3d82d6ac6297f9fbf50aba6968c65ec6"><code>650e66b</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2352">#2352</a>, <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3958">#3958</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/425015c3b627614322c3b4075b337de197e1fd1c"><code>425015c</code></a> Merge branch 'master' into pr/3958</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.45.0...pmd_releases/6.46.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-javascript` from 6.45.0 to 6.46.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.46.0 (28-May-2022)</h2>
   <h2>28-May-2022 - 6.46.0</h2>
   <p>The PMD team is pleased to announce PMD 6.46.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/#cli-improvements">CLI improvements</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#c#-improvements">C# Improvements</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/#deprecated-rules">Deprecated 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>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-ruleset-references">Deprecated ruleset references</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-api">Deprecated API</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#internal-api">Internal API</a></li>
   </ul>
   </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>CLI improvements</h4>
   <p>The PMD CLI now allows repeating the <code>--dir</code> (<code>-d</code>) and <code>--rulesets</code> (<code>-R</code>) options,
   as well as providing several space-separated arguments to either of them. For instance:</p>
   <pre lang="shell"><code>pmd -d src/main/java src/test/java -R rset1.xml -R rset2.xml
   </code></pre>
   <p>This also allows globs to be used on the CLI if your shell supports shell expansion.
   For instance, the above can be written</p>
   <pre lang="shell"><code>pmd -d src/*/java -R rset*.xml
   </code></pre>
   <p>Please use theses new forms instead of using comma-separated lists as argument to these options.</p>
   <h4>C# Improvements</h4>
   <p>When executing CPD on C# sources, the option <code>--ignore-annotations</code> is now supported as well.
   It ignores C# attributes when detecting duplicated code. This option can also be enabled via
   the CPD GUI. See <a href="https://github-redirect.dependabot.com/pmd/pmd/pull/3974">#3974</a> for details.</p>
   <h4>New Rules</h4>
   <p>This release ships with 2 new Java rules.</p>
   <ul>
   <li><a href="https://pmd.github.io/pmd-6.46.0/pmd_rules_java_codestyle.html#emptycontrolstatement"><code>EmptyControlStatement</code></a> reports many instances of empty things, e.g. control statements whose</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/a75acdeff8200223ddd2c1b24356a038f1fe7e6e"><code>a75acde</code></a> [maven-release-plugin] prepare release pmd_releases/6.46.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/6f86a711f532bae40c1f26dac17159a15d34527d"><code>6f86a71</code></a> Prepare pmd release 6.46.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/09c1abbf8c33fb7689551b2ccfc869c390c32174"><code>09c1abb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3980">#3980</a> from adangel:deprecate-ant-formatter</li>
   <li><a href="https://github.com/pmd/pmd/commit/ede4c6d4fc2ff9aee5d155e3b0581092cab88ae6"><code>ede4c6d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3979">#3979</a> from adangel:deprecate-cpd-system-props</li>
   <li><a href="https://github.com/pmd/pmd/commit/3779a54f8a1cb8ffeacf9ca958b639a14d377bf4"><code>3779a54</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3978">#3978</a> from adangel:html-extensions</li>
   <li><a href="https://github.com/pmd/pmd/commit/16df537813aedfc7962c2773266d8480f8243c82"><code>16df537</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3958">#3958</a> from oowekyala:issue2352-ruleset-deprecations</li>
   <li><a href="https://github.com/pmd/pmd/commit/3b774eb513828fedca92fcc62daf9d83ae2592e2"><code>3b774eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3716">#3716</a> from oowekyala:merge-empty-rules</li>
   <li><a href="https://github.com/pmd/pmd/commit/95ad4d3f0a84eb57c92e6fbef06d7eaabc551c41"><code>95ad4d3</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3096">#3096</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/650e66bb3d82d6ac6297f9fbf50aba6968c65ec6"><code>650e66b</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2352">#2352</a>, <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3958">#3958</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/425015c3b627614322c3b4075b337de197e1fd1c"><code>425015c</code></a> Merge branch 'master' into pr/3958</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.45.0...pmd_releases/6.46.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-jsp` from 6.45.0 to 6.46.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.46.0 (28-May-2022)</h2>
   <h2>28-May-2022 - 6.46.0</h2>
   <p>The PMD team is pleased to announce PMD 6.46.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/#cli-improvements">CLI improvements</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#c#-improvements">C# Improvements</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/#deprecated-rules">Deprecated 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>
   <ul>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-ruleset-references">Deprecated ruleset references</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#deprecated-api">Deprecated API</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#internal-api">Internal API</a></li>
   </ul>
   </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>CLI improvements</h4>
   <p>The PMD CLI now allows repeating the <code>--dir</code> (<code>-d</code>) and <code>--rulesets</code> (<code>-R</code>) options,
   as well as providing several space-separated arguments to either of them. For instance:</p>
   <pre lang="shell"><code>pmd -d src/main/java src/test/java -R rset1.xml -R rset2.xml
   </code></pre>
   <p>This also allows globs to be used on the CLI if your shell supports shell expansion.
   For instance, the above can be written</p>
   <pre lang="shell"><code>pmd -d src/*/java -R rset*.xml
   </code></pre>
   <p>Please use theses new forms instead of using comma-separated lists as argument to these options.</p>
   <h4>C# Improvements</h4>
   <p>When executing CPD on C# sources, the option <code>--ignore-annotations</code> is now supported as well.
   It ignores C# attributes when detecting duplicated code. This option can also be enabled via
   the CPD GUI. See <a href="https://github-redirect.dependabot.com/pmd/pmd/pull/3974">#3974</a> for details.</p>
   <h4>New Rules</h4>
   <p>This release ships with 2 new Java rules.</p>
   <ul>
   <li><a href="https://pmd.github.io/pmd-6.46.0/pmd_rules_java_codestyle.html#emptycontrolstatement"><code>EmptyControlStatement</code></a> reports many instances of empty things, e.g. control statements whose</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pmd/pmd/commit/a75acdeff8200223ddd2c1b24356a038f1fe7e6e"><code>a75acde</code></a> [maven-release-plugin] prepare release pmd_releases/6.46.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/6f86a711f532bae40c1f26dac17159a15d34527d"><code>6f86a71</code></a> Prepare pmd release 6.46.0</li>
   <li><a href="https://github.com/pmd/pmd/commit/09c1abbf8c33fb7689551b2ccfc869c390c32174"><code>09c1abb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3980">#3980</a> from adangel:deprecate-ant-formatter</li>
   <li><a href="https://github.com/pmd/pmd/commit/ede4c6d4fc2ff9aee5d155e3b0581092cab88ae6"><code>ede4c6d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3979">#3979</a> from adangel:deprecate-cpd-system-props</li>
   <li><a href="https://github.com/pmd/pmd/commit/3779a54f8a1cb8ffeacf9ca958b639a14d377bf4"><code>3779a54</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3978">#3978</a> from adangel:html-extensions</li>
   <li><a href="https://github.com/pmd/pmd/commit/16df537813aedfc7962c2773266d8480f8243c82"><code>16df537</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3958">#3958</a> from oowekyala:issue2352-ruleset-deprecations</li>
   <li><a href="https://github.com/pmd/pmd/commit/3b774eb513828fedca92fcc62daf9d83ae2592e2"><code>3b774eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3716">#3716</a> from oowekyala:merge-empty-rules</li>
   <li><a href="https://github.com/pmd/pmd/commit/95ad4d3f0a84eb57c92e6fbef06d7eaabc551c41"><code>95ad4d3</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3096">#3096</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/650e66bb3d82d6ac6297f9fbf50aba6968c65ec6"><code>650e66b</code></a> [doc] Update release notes (<a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2352">#2352</a>, <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3958">#3958</a>)</li>
   <li><a href="https://github.com/pmd/pmd/commit/425015c3b627614322c3b4075b337de197e1fd1c"><code>425015c</code></a> Merge branch 'master' into pr/3958</li>
   <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.45.0...pmd_releases/6.46.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: issues-unsubscribe@commons.apache.org

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


[GitHub] [commons-lang] kinow merged pull request #905: Bump commons.pmd-impl.version from 6.45.0 to 6.46.0

Posted by GitBox <gi...@apache.org>.
kinow merged PR #905:
URL: https://github.com/apache/commons-lang/pull/905


-- 
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-unsubscribe@commons.apache.org

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