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

   Bumps `commons.pmd-impl.version` from 6.54.0 to 6.55.0.
   Updates `pmd-core` from 6.54.0 to 6.55.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.55.0 (25-February-2023)</h2>
   <h2>25-February-2023 - 6.55.0</h2>
   <p>The PMD team is pleased to announce PMD 6.55.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/#pmd-7-development";>PMD 7 
Development</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java-20-support";>Java 20 
Support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#t-sql-support";>T-SQL 
support</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/#go";>Go</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java";>Java</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>PMD 7 Development</h4>
   <p>This release is the last planned release of PMD 6. The first version 
6.0.0 was released in December 2017.
   Over the course of more than 5 years we published almost every month a new 
minor version of PMD 6
   with new features and improvements.</p>
   <p>Already in November 2018 we started in parallel the development of the 
next major version 7.0.0,
   and we are now in the process of finalizing the scope of the major version. 
We want to release a couple of
   release candidates before publishing the final version 7.0.0.</p>
   <p>We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 
Tracking Issue <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3898";>#3898</a>](<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3898";>pmd/pmd#3898</a>).</p>
   <h4>Java 20 Support</h4>
   <p>This release of PMD brings support for Java 20. There are no new standard 
language features.</p>
   <p>PMD supports <a href="https://openjdk.org/jeps/433";>JEP 433: Pattern 
Matching for switch (Fourth Preview)</a> and
   <a href="https://openjdk.org/jeps/432";>JEP 432: Record Patterns (Second 
Preview)</a> as preview language features.</p>
   <p>In order to analyze a project with PMD that uses these language features,
   you'll need to enable it via the environment variable 
<code>PMD_JAVA_OPTS</code> and select the new language
   version <code>20-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd --use-version java-20-preview ...
   </code></pre>
   <h4>T-SQL support</h4>
   <p>Thanks to the contribution from <a href="https://github.com/pguyot";>Paul 
Guyot</a> PMD now has CPD support
   for T-SQL (Transact-SQL).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/ef3455348603aa25f86894b9930f05f141f44d20";><code>ef34553</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b491afc628ec9c1c67f5f4825b95ea2290d82ca3";><code>b491afc</code></a>
 Prepare pmd release 6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/1abf8e063abf49406846655a3a1e1e70f7f9eaaf";><code>1abf8e0</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4407";>#4407</a> 
from adangel:pmd6-release-notes-6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/8bdfc9538bbc01a120e195e8007240ca4221970d";><code>8bdfc95</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4377";>#4377</a> 
from adangel:pmd6-java-20</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/2db72550353cb39fa4f1fc35348de7b92a1b11bc";><code>2db7255</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4395";>#4395</a> 
from adangel:pmd6-support-env-CLASSPATH</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/794263c463e86df5b2e9462989554c5739ac23e4";><code>794263c</code></a>
 [doc] Update release notes - last pmd6 release, pmd7 development</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/67c8daaf25a151d9cc6508c030e8132efbf86dc6";><code>67c8daa</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4398";>#4398</a> 
from adangel/pmd6-cpd-usage-text</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/17364a997b1ff135cb48dc412a797286bb0025fe";><code>17364a9</code></a>
 [doc] CPD - use non deprecated <code>--dir</code> cli option</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/a74bf9665fe9af5efabb43677560725016325179";><code>a74bf96</code></a>
 [doc] Update gitter urls, update codacy badge</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/af6d502afbd0c954c525cfba02315a93e45baeb5";><code>af6d502</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4390";>#4390</a> 
from pguyot:w06/add_support_for_tsql</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.54.0...pmd_releases/6.55.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.54.0 to 6.55.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.55.0 (25-February-2023)</h2>
   <h2>25-February-2023 - 6.55.0</h2>
   <p>The PMD team is pleased to announce PMD 6.55.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/#pmd-7-development";>PMD 7 
Development</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java-20-support";>Java 20 
Support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#t-sql-support";>T-SQL 
support</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/#go";>Go</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java";>Java</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>PMD 7 Development</h4>
   <p>This release is the last planned release of PMD 6. The first version 
6.0.0 was released in December 2017.
   Over the course of more than 5 years we published almost every month a new 
minor version of PMD 6
   with new features and improvements.</p>
   <p>Already in November 2018 we started in parallel the development of the 
next major version 7.0.0,
   and we are now in the process of finalizing the scope of the major version. 
We want to release a couple of
   release candidates before publishing the final version 7.0.0.</p>
   <p>We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 
Tracking Issue <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3898";>#3898</a>](<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3898";>pmd/pmd#3898</a>).</p>
   <h4>Java 20 Support</h4>
   <p>This release of PMD brings support for Java 20. There are no new standard 
language features.</p>
   <p>PMD supports <a href="https://openjdk.org/jeps/433";>JEP 433: Pattern 
Matching for switch (Fourth Preview)</a> and
   <a href="https://openjdk.org/jeps/432";>JEP 432: Record Patterns (Second 
Preview)</a> as preview language features.</p>
   <p>In order to analyze a project with PMD that uses these language features,
   you'll need to enable it via the environment variable 
<code>PMD_JAVA_OPTS</code> and select the new language
   version <code>20-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd --use-version java-20-preview ...
   </code></pre>
   <h4>T-SQL support</h4>
   <p>Thanks to the contribution from <a href="https://github.com/pguyot";>Paul 
Guyot</a> PMD now has CPD support
   for T-SQL (Transact-SQL).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/ef3455348603aa25f86894b9930f05f141f44d20";><code>ef34553</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b491afc628ec9c1c67f5f4825b95ea2290d82ca3";><code>b491afc</code></a>
 Prepare pmd release 6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/1abf8e063abf49406846655a3a1e1e70f7f9eaaf";><code>1abf8e0</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4407";>#4407</a> 
from adangel:pmd6-release-notes-6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/8bdfc9538bbc01a120e195e8007240ca4221970d";><code>8bdfc95</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4377";>#4377</a> 
from adangel:pmd6-java-20</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/2db72550353cb39fa4f1fc35348de7b92a1b11bc";><code>2db7255</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4395";>#4395</a> 
from adangel:pmd6-support-env-CLASSPATH</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/794263c463e86df5b2e9462989554c5739ac23e4";><code>794263c</code></a>
 [doc] Update release notes - last pmd6 release, pmd7 development</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/67c8daaf25a151d9cc6508c030e8132efbf86dc6";><code>67c8daa</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4398";>#4398</a> 
from adangel/pmd6-cpd-usage-text</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/17364a997b1ff135cb48dc412a797286bb0025fe";><code>17364a9</code></a>
 [doc] CPD - use non deprecated <code>--dir</code> cli option</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/a74bf9665fe9af5efabb43677560725016325179";><code>a74bf96</code></a>
 [doc] Update gitter urls, update codacy badge</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/af6d502afbd0c954c525cfba02315a93e45baeb5";><code>af6d502</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4390";>#4390</a> 
from pguyot:w06/add_support_for_tsql</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.54.0...pmd_releases/6.55.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-javascript` from 6.54.0 to 6.55.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.55.0 (25-February-2023)</h2>
   <h2>25-February-2023 - 6.55.0</h2>
   <p>The PMD team is pleased to announce PMD 6.55.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/#pmd-7-development";>PMD 7 
Development</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java-20-support";>Java 20 
Support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#t-sql-support";>T-SQL 
support</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/#go";>Go</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java";>Java</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>PMD 7 Development</h4>
   <p>This release is the last planned release of PMD 6. The first version 
6.0.0 was released in December 2017.
   Over the course of more than 5 years we published almost every month a new 
minor version of PMD 6
   with new features and improvements.</p>
   <p>Already in November 2018 we started in parallel the development of the 
next major version 7.0.0,
   and we are now in the process of finalizing the scope of the major version. 
We want to release a couple of
   release candidates before publishing the final version 7.0.0.</p>
   <p>We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 
Tracking Issue <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3898";>#3898</a>](<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3898";>pmd/pmd#3898</a>).</p>
   <h4>Java 20 Support</h4>
   <p>This release of PMD brings support for Java 20. There are no new standard 
language features.</p>
   <p>PMD supports <a href="https://openjdk.org/jeps/433";>JEP 433: Pattern 
Matching for switch (Fourth Preview)</a> and
   <a href="https://openjdk.org/jeps/432";>JEP 432: Record Patterns (Second 
Preview)</a> as preview language features.</p>
   <p>In order to analyze a project with PMD that uses these language features,
   you'll need to enable it via the environment variable 
<code>PMD_JAVA_OPTS</code> and select the new language
   version <code>20-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd --use-version java-20-preview ...
   </code></pre>
   <h4>T-SQL support</h4>
   <p>Thanks to the contribution from <a href="https://github.com/pguyot";>Paul 
Guyot</a> PMD now has CPD support
   for T-SQL (Transact-SQL).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/ef3455348603aa25f86894b9930f05f141f44d20";><code>ef34553</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b491afc628ec9c1c67f5f4825b95ea2290d82ca3";><code>b491afc</code></a>
 Prepare pmd release 6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/1abf8e063abf49406846655a3a1e1e70f7f9eaaf";><code>1abf8e0</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4407";>#4407</a> 
from adangel:pmd6-release-notes-6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/8bdfc9538bbc01a120e195e8007240ca4221970d";><code>8bdfc95</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4377";>#4377</a> 
from adangel:pmd6-java-20</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/2db72550353cb39fa4f1fc35348de7b92a1b11bc";><code>2db7255</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4395";>#4395</a> 
from adangel:pmd6-support-env-CLASSPATH</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/794263c463e86df5b2e9462989554c5739ac23e4";><code>794263c</code></a>
 [doc] Update release notes - last pmd6 release, pmd7 development</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/67c8daaf25a151d9cc6508c030e8132efbf86dc6";><code>67c8daa</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4398";>#4398</a> 
from adangel/pmd6-cpd-usage-text</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/17364a997b1ff135cb48dc412a797286bb0025fe";><code>17364a9</code></a>
 [doc] CPD - use non deprecated <code>--dir</code> cli option</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/a74bf9665fe9af5efabb43677560725016325179";><code>a74bf96</code></a>
 [doc] Update gitter urls, update codacy badge</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/af6d502afbd0c954c525cfba02315a93e45baeb5";><code>af6d502</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4390";>#4390</a> 
from pguyot:w06/add_support_for_tsql</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.54.0...pmd_releases/6.55.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-jsp` from 6.54.0 to 6.55.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.55.0 (25-February-2023)</h2>
   <h2>25-February-2023 - 6.55.0</h2>
   <p>The PMD team is pleased to announce PMD 6.55.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/#pmd-7-development";>PMD 7 
Development</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java-20-support";>Java 20 
Support</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#t-sql-support";>T-SQL 
support</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/#go";>Go</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#java";>Java</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>PMD 7 Development</h4>
   <p>This release is the last planned release of PMD 6. The first version 
6.0.0 was released in December 2017.
   Over the course of more than 5 years we published almost every month a new 
minor version of PMD 6
   with new features and improvements.</p>
   <p>Already in November 2018 we started in parallel the development of the 
next major version 7.0.0,
   and we are now in the process of finalizing the scope of the major version. 
We want to release a couple of
   release candidates before publishing the final version 7.0.0.</p>
   <p>We plan to release 7.0.0-rc1 soon. You can see the progress in [PMD 7 
Tracking Issue <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3898";>#3898</a>](<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3898";>pmd/pmd#3898</a>).</p>
   <h4>Java 20 Support</h4>
   <p>This release of PMD brings support for Java 20. There are no new standard 
language features.</p>
   <p>PMD supports <a href="https://openjdk.org/jeps/433";>JEP 433: Pattern 
Matching for switch (Fourth Preview)</a> and
   <a href="https://openjdk.org/jeps/432";>JEP 432: Record Patterns (Second 
Preview)</a> as preview language features.</p>
   <p>In order to analyze a project with PMD that uses these language features,
   you'll need to enable it via the environment variable 
<code>PMD_JAVA_OPTS</code> and select the new language
   version <code>20-preview</code>:</p>
   <pre><code>export PMD_JAVA_OPTS=--enable-preview
   ./run.sh pmd --use-version java-20-preview ...
   </code></pre>
   <h4>T-SQL support</h4>
   <p>Thanks to the contribution from <a href="https://github.com/pguyot";>Paul 
Guyot</a> PMD now has CPD support
   for T-SQL (Transact-SQL).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/ef3455348603aa25f86894b9930f05f141f44d20";><code>ef34553</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/b491afc628ec9c1c67f5f4825b95ea2290d82ca3";><code>b491afc</code></a>
 Prepare pmd release 6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/1abf8e063abf49406846655a3a1e1e70f7f9eaaf";><code>1abf8e0</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4407";>#4407</a> 
from adangel:pmd6-release-notes-6.55.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/8bdfc9538bbc01a120e195e8007240ca4221970d";><code>8bdfc95</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4377";>#4377</a> 
from adangel:pmd6-java-20</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/2db72550353cb39fa4f1fc35348de7b92a1b11bc";><code>2db7255</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4395";>#4395</a> 
from adangel:pmd6-support-env-CLASSPATH</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/794263c463e86df5b2e9462989554c5739ac23e4";><code>794263c</code></a>
 [doc] Update release notes - last pmd6 release, pmd7 development</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/67c8daaf25a151d9cc6508c030e8132efbf86dc6";><code>67c8daa</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4398";>#4398</a> 
from adangel/pmd6-cpd-usage-text</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/17364a997b1ff135cb48dc412a797286bb0025fe";><code>17364a9</code></a>
 [doc] CPD - use non deprecated <code>--dir</code> cli option</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/a74bf9665fe9af5efabb43677560725016325179";><code>a74bf96</code></a>
 [doc] Update gitter urls, update codacy badge</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/af6d502afbd0c954c525cfba02315a93e45baeb5";><code>af6d502</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/4390";>#4390</a> 
from pguyot:w06/add_support_for_tsql</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.54.0...pmd_releases/6.55.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]

Reply via email to