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

   Bumps `commons.pmd-impl.version` from 6.44.0 to 6.45.0.
   Updates `pmd-core` from 6.44.0 to 6.45.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.45.0 (30-April-2022)</h2>
   <h2>30-April-2022 - 6.45.0</h2>
   <p>The PMD team is pleased to announce PMD 6.45.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-user-survey";>PMD User 
Survey</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#support-for-html";>Support 
for HTML</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>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis";>Experimental 
APIs</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 User Survey</h4>
   <p>Help shape the future of PMD by telling us how you use it.</p>
   <p>Our little survey is still open in case you didn't participate yet.
   Please participate in our survey at <a 
href="https://forms.gle/4d8r1a1RDzfixHDc7";>https://forms.gle/4d8r1a1RDzfixHDc7</a>.</p>
   <p>Thank you!</p>
   <h4>Support for HTML</h4>
   <p>This version of PMD ships a new language module to support analyzing of 
HTML.
   Support for HTML is experimental and might change without notice.
   The language implementation is not complete yet and the AST doesn't look
   well for text nodes and comment nodes and might be changed in the future.
   You can write your own rules, but we don't guarantee that the rules work with
   the next (minor) version of PMD without adjustments.</p>
   <p>Please give us feedback about how practical this new language is in
   <a href="https://github.com/pmd/pmd/discussions";>discussions</a>. Please 
report
   missing features or bugs as new <a 
href="https://github.com/pmd/pmd/issues";>issues</a>.</p>
   <h4>New rules</h4>
   <ul>
   <li>The HTML rule <a 
href="https://pmd.github.io/pmd-6.45.0/pmd_rules_html_bestpractices.html#avoidinlinestyles";><code>AvoidInlineStyles</code></a>
 finds elements which use a style attribute.
   In order to help maintaining a webpage it is considered good practice to 
separate content and styles. Instead
   of inline styles one should use CSS files and classes.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/1d2b40b3c0ad670c886a2e5c8ce62df467be3184";><code>1d2b40b</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.45.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/2212ff1fca16dd5e9d49d2d21fe9b7ecb0950b6f";><code>2212ff1</code></a>
 Prepare pmd release 6.45.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/e4577c47ea9e71044aea6c773584fcdb98ef281a";><code>e4577c4</code></a>
 [doc] Add user survey to release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3814";>#3814</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/915b7f8b619d4992c3dc7ea166db73b79c83f9ae";><code>915b7f8</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3939";>#3939</a> 
from adangel:improved-rule-test-support</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/efcc58308604a8210677f11c6dd5ae816fb458dc";><code>efcc583</code></a>
 [test] Improve test method name, display test method</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/094bb1310ae011e484ad7c61dc1c66b0320c8f0d";><code>094bb13</code></a>
 Update gems</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/4eb2471939d49fe325fb2af1f60bf8b7b31c733d";><code>4eb2471</code></a>
 Update gems</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/e110a8447381a003e81b4212ddbf0e721b5bcb2e";><code>e110a84</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3943";>#3943</a> 
from turrisxyz:setup-permissions</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/47beb1c3cdcb8af1a0334c1c16bf589e760a3077";><code>47beb1c</code></a>
 Add <a 
href="https://github.com/naveensrinivasan";><code>@​naveensrinivasan</code></a> 
as a contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/94057f688d041ad140604bb1fb1249bad54adb31";><code>94057f6</code></a>
 [doc] Update release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3943";>#3943</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.44.0...pmd_releases/6.45.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.44.0 to 6.45.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.45.0 (30-April-2022)</h2>
   <h2>30-April-2022 - 6.45.0</h2>
   <p>The PMD team is pleased to announce PMD 6.45.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-user-survey";>PMD User 
Survey</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#support-for-html";>Support 
for HTML</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>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis";>Experimental 
APIs</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 User Survey</h4>
   <p>Help shape the future of PMD by telling us how you use it.</p>
   <p>Our little survey is still open in case you didn't participate yet.
   Please participate in our survey at <a 
href="https://forms.gle/4d8r1a1RDzfixHDc7";>https://forms.gle/4d8r1a1RDzfixHDc7</a>.</p>
   <p>Thank you!</p>
   <h4>Support for HTML</h4>
   <p>This version of PMD ships a new language module to support analyzing of 
HTML.
   Support for HTML is experimental and might change without notice.
   The language implementation is not complete yet and the AST doesn't look
   well for text nodes and comment nodes and might be changed in the future.
   You can write your own rules, but we don't guarantee that the rules work with
   the next (minor) version of PMD without adjustments.</p>
   <p>Please give us feedback about how practical this new language is in
   <a href="https://github.com/pmd/pmd/discussions";>discussions</a>. Please 
report
   missing features or bugs as new <a 
href="https://github.com/pmd/pmd/issues";>issues</a>.</p>
   <h4>New rules</h4>
   <ul>
   <li>The HTML rule <a 
href="https://pmd.github.io/pmd-6.45.0/pmd_rules_html_bestpractices.html#avoidinlinestyles";><code>AvoidInlineStyles</code></a>
 finds elements which use a style attribute.
   In order to help maintaining a webpage it is considered good practice to 
separate content and styles. Instead
   of inline styles one should use CSS files and classes.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/1d2b40b3c0ad670c886a2e5c8ce62df467be3184";><code>1d2b40b</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.45.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/2212ff1fca16dd5e9d49d2d21fe9b7ecb0950b6f";><code>2212ff1</code></a>
 Prepare pmd release 6.45.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/e4577c47ea9e71044aea6c773584fcdb98ef281a";><code>e4577c4</code></a>
 [doc] Add user survey to release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3814";>#3814</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/915b7f8b619d4992c3dc7ea166db73b79c83f9ae";><code>915b7f8</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3939";>#3939</a> 
from adangel:improved-rule-test-support</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/efcc58308604a8210677f11c6dd5ae816fb458dc";><code>efcc583</code></a>
 [test] Improve test method name, display test method</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/094bb1310ae011e484ad7c61dc1c66b0320c8f0d";><code>094bb13</code></a>
 Update gems</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/4eb2471939d49fe325fb2af1f60bf8b7b31c733d";><code>4eb2471</code></a>
 Update gems</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/e110a8447381a003e81b4212ddbf0e721b5bcb2e";><code>e110a84</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3943";>#3943</a> 
from turrisxyz:setup-permissions</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/47beb1c3cdcb8af1a0334c1c16bf589e760a3077";><code>47beb1c</code></a>
 Add <a 
href="https://github.com/naveensrinivasan";><code>@​naveensrinivasan</code></a> 
as a contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/94057f688d041ad140604bb1fb1249bad54adb31";><code>94057f6</code></a>
 [doc] Update release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3943";>#3943</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.44.0...pmd_releases/6.45.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-javascript` from 6.44.0 to 6.45.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.45.0 (30-April-2022)</h2>
   <h2>30-April-2022 - 6.45.0</h2>
   <p>The PMD team is pleased to announce PMD 6.45.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-user-survey";>PMD User 
Survey</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#support-for-html";>Support 
for HTML</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>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis";>Experimental 
APIs</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 User Survey</h4>
   <p>Help shape the future of PMD by telling us how you use it.</p>
   <p>Our little survey is still open in case you didn't participate yet.
   Please participate in our survey at <a 
href="https://forms.gle/4d8r1a1RDzfixHDc7";>https://forms.gle/4d8r1a1RDzfixHDc7</a>.</p>
   <p>Thank you!</p>
   <h4>Support for HTML</h4>
   <p>This version of PMD ships a new language module to support analyzing of 
HTML.
   Support for HTML is experimental and might change without notice.
   The language implementation is not complete yet and the AST doesn't look
   well for text nodes and comment nodes and might be changed in the future.
   You can write your own rules, but we don't guarantee that the rules work with
   the next (minor) version of PMD without adjustments.</p>
   <p>Please give us feedback about how practical this new language is in
   <a href="https://github.com/pmd/pmd/discussions";>discussions</a>. Please 
report
   missing features or bugs as new <a 
href="https://github.com/pmd/pmd/issues";>issues</a>.</p>
   <h4>New rules</h4>
   <ul>
   <li>The HTML rule <a 
href="https://pmd.github.io/pmd-6.45.0/pmd_rules_html_bestpractices.html#avoidinlinestyles";><code>AvoidInlineStyles</code></a>
 finds elements which use a style attribute.
   In order to help maintaining a webpage it is considered good practice to 
separate content and styles. Instead
   of inline styles one should use CSS files and classes.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/1d2b40b3c0ad670c886a2e5c8ce62df467be3184";><code>1d2b40b</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.45.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/2212ff1fca16dd5e9d49d2d21fe9b7ecb0950b6f";><code>2212ff1</code></a>
 Prepare pmd release 6.45.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/e4577c47ea9e71044aea6c773584fcdb98ef281a";><code>e4577c4</code></a>
 [doc] Add user survey to release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3814";>#3814</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/915b7f8b619d4992c3dc7ea166db73b79c83f9ae";><code>915b7f8</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3939";>#3939</a> 
from adangel:improved-rule-test-support</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/efcc58308604a8210677f11c6dd5ae816fb458dc";><code>efcc583</code></a>
 [test] Improve test method name, display test method</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/094bb1310ae011e484ad7c61dc1c66b0320c8f0d";><code>094bb13</code></a>
 Update gems</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/4eb2471939d49fe325fb2af1f60bf8b7b31c733d";><code>4eb2471</code></a>
 Update gems</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/e110a8447381a003e81b4212ddbf0e721b5bcb2e";><code>e110a84</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3943";>#3943</a> 
from turrisxyz:setup-permissions</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/47beb1c3cdcb8af1a0334c1c16bf589e760a3077";><code>47beb1c</code></a>
 Add <a 
href="https://github.com/naveensrinivasan";><code>@​naveensrinivasan</code></a> 
as a contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/94057f688d041ad140604bb1fb1249bad54adb31";><code>94057f6</code></a>
 [doc] Update release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3943";>#3943</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.44.0...pmd_releases/6.45.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-jsp` from 6.44.0 to 6.45.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.45.0 (30-April-2022)</h2>
   <h2>30-April-2022 - 6.45.0</h2>
   <p>The PMD team is pleased to announce PMD 6.45.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-user-survey";>PMD User 
Survey</a></li>
   <li><a href="https://github.com/pmd/pmd/blob/HEAD/#support-for-html";>Support 
for HTML</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>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/blob/HEAD/#experimental-apis";>Experimental 
APIs</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 User Survey</h4>
   <p>Help shape the future of PMD by telling us how you use it.</p>
   <p>Our little survey is still open in case you didn't participate yet.
   Please participate in our survey at <a 
href="https://forms.gle/4d8r1a1RDzfixHDc7";>https://forms.gle/4d8r1a1RDzfixHDc7</a>.</p>
   <p>Thank you!</p>
   <h4>Support for HTML</h4>
   <p>This version of PMD ships a new language module to support analyzing of 
HTML.
   Support for HTML is experimental and might change without notice.
   The language implementation is not complete yet and the AST doesn't look
   well for text nodes and comment nodes and might be changed in the future.
   You can write your own rules, but we don't guarantee that the rules work with
   the next (minor) version of PMD without adjustments.</p>
   <p>Please give us feedback about how practical this new language is in
   <a href="https://github.com/pmd/pmd/discussions";>discussions</a>. Please 
report
   missing features or bugs as new <a 
href="https://github.com/pmd/pmd/issues";>issues</a>.</p>
   <h4>New rules</h4>
   <ul>
   <li>The HTML rule <a 
href="https://pmd.github.io/pmd-6.45.0/pmd_rules_html_bestpractices.html#avoidinlinestyles";><code>AvoidInlineStyles</code></a>
 finds elements which use a style attribute.
   In order to help maintaining a webpage it is considered good practice to 
separate content and styles. Instead
   of inline styles one should use CSS files and classes.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/1d2b40b3c0ad670c886a2e5c8ce62df467be3184";><code>1d2b40b</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.45.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/2212ff1fca16dd5e9d49d2d21fe9b7ecb0950b6f";><code>2212ff1</code></a>
 Prepare pmd release 6.45.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/e4577c47ea9e71044aea6c773584fcdb98ef281a";><code>e4577c4</code></a>
 [doc] Add user survey to release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3814";>#3814</a>)</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/915b7f8b619d4992c3dc7ea166db73b79c83f9ae";><code>915b7f8</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3939";>#3939</a> 
from adangel:improved-rule-test-support</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/efcc58308604a8210677f11c6dd5ae816fb458dc";><code>efcc583</code></a>
 [test] Improve test method name, display test method</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/094bb1310ae011e484ad7c61dc1c66b0320c8f0d";><code>094bb13</code></a>
 Update gems</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/4eb2471939d49fe325fb2af1f60bf8b7b31c733d";><code>4eb2471</code></a>
 Update gems</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/e110a8447381a003e81b4212ddbf0e721b5bcb2e";><code>e110a84</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3943";>#3943</a> 
from turrisxyz:setup-permissions</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/47beb1c3cdcb8af1a0334c1c16bf589e760a3077";><code>47beb1c</code></a>
 Add <a 
href="https://github.com/naveensrinivasan";><code>@​naveensrinivasan</code></a> 
as a contributor</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/94057f688d041ad140604bb1fb1249bad54adb31";><code>94057f6</code></a>
 [doc] Update release notes (<a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3943";>#3943</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.44.0...pmd_releases/6.45.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-unsubscr...@commons.apache.org

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

Reply via email to