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


   Bumps `commons.pmd-impl.version` from 6.35.0 to 6.36.0.
   Updates `pmd-core` from 6.35.0 to 6.36.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.36.0 (26-June-2021)</h2>
   <h2>26-June-2021 - 6.36.0</h2>
   <p>The PMD team is pleased to announce PMD 6.36.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/#improved-incremental-analysis";>Improved
 Incremental Analysis</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/#renamed-rules";>Renamed 
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>Improved Incremental Analysis</h4>
   <p><a 
href="https://pmd.github.io/pmd-6.36.0/pmd_userdocs_incremental_analysis.html";>Incremental
 Analysis</a> has long helped
   our users obtain faster analysis results, however, its implementation tended 
to be too cautious in detecting
   changes to the runtime and type resolution classpaths, producing more cache 
invalidations than necessary.
   We have now improved the heuristics to remove several bogus invalidations, 
and slightly sped up the cache
   usage along the way.</p>
   <p>PMD will now ignore:</p>
   <ul>
   <li>Non class files in classpath and jar / zip files being referenced.</li>
   <li>Changes to the order of file entries within a jar / zip</li>
   <li>Changes to file metadata within jar / zip (ie: creation and modification 
time,
   significant in multi-module / composite build projects where lateral 
artifacts are frequently recreated)</li>
   </ul>
   <h4>New rules</h4>
   <ul>
   <li>The new Apex rule <a 
href="https://pmd.github.io/pmd-6.36.0/pmd_rules_apex_performance.html#avoiddebugstatements";><code>AvoidDebugStatements</code></a>
 finds usages of <code>System.debug</code> calls.
   Debug statements contribute to longer transactions and consume Apex CPU time 
even when debug logs are not
   being captured.
   You can try out this rule like so:</li>
   </ul>
   <pre lang="xml"><code>    &lt;rule 
ref=&quot;category/apex/performance.xml/AvoidDebugStatements&quot; /&gt;
   </code></pre>
   <ul>
   <li>The new Apex rule <a 
href="https://pmd.github.io/pmd-6.36.0/pmd_rules_apex_errorprone.html#inaccessibleauraenabledgetter";><code>InaccessibleAuraEnabledGetter</code></a>
 checks that an <code>AuraEnabled</code>
   getter is public or global. This is necessary if it is referenced in 
Lightning components.
   You can try out this rule like so:</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/45d1605a0388451466b2400362e09b4899021117";><code>45d1605</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.36.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d3ca90bf661a3de2bdb77bb6a5af94a0c85ae7fa";><code>d3ca90b</code></a>
 Prepare pmd release 6.36.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d7fd132df53511e786c30b466d00a0beb16872a6";><code>d7fd132</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3356";>#3356</a> 
from oowekyala:issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/c1fa5f8cce39d9003f89df0a04bec87355272617";><code>c1fa5f8</code></a>
 Fix test</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/c22faea80261a9644cc1684b5211d6798e7198be";><code>c22faea</code></a>
 Merge branch 'master' into issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/40a797ff72db5a4f9c90e9497051c405bbdb1350";><code>40a797f</code></a>
 [doc] Update release notes, fixed typo</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/bd5242f8e9864d90d39ee26aacce3273c8129aad";><code>bd5242f</code></a>
 [doc] Update release notes, fixed typo</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6599fe2d32c51d60300201d9e9d0749642915ac1";><code>6599fe2</code></a>
 Merge branch 'master' into issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/7260e8806cc96c2f9324d1ac20c45ad4e2d6893e";><code>7260e88</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3347";>#3347</a> 
from adangel:issue-3340-guardlogstatement</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/1e1fcf5c8bb764ed03d91266b9a0c003a055bd7c";><code>1e1fcf5</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3348";>#3348</a> 
from oowekyala:issue3305-ioob-record</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.35.0...pmd_releases/6.36.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.35.0 to 6.36.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.36.0 (26-June-2021)</h2>
   <h2>26-June-2021 - 6.36.0</h2>
   <p>The PMD team is pleased to announce PMD 6.36.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/#improved-incremental-analysis";>Improved
 Incremental Analysis</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/#renamed-rules";>Renamed 
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>Improved Incremental Analysis</h4>
   <p><a 
href="https://pmd.github.io/pmd-6.36.0/pmd_userdocs_incremental_analysis.html";>Incremental
 Analysis</a> has long helped
   our users obtain faster analysis results, however, its implementation tended 
to be too cautious in detecting
   changes to the runtime and type resolution classpaths, producing more cache 
invalidations than necessary.
   We have now improved the heuristics to remove several bogus invalidations, 
and slightly sped up the cache
   usage along the way.</p>
   <p>PMD will now ignore:</p>
   <ul>
   <li>Non class files in classpath and jar / zip files being referenced.</li>
   <li>Changes to the order of file entries within a jar / zip</li>
   <li>Changes to file metadata within jar / zip (ie: creation and modification 
time,
   significant in multi-module / composite build projects where lateral 
artifacts are frequently recreated)</li>
   </ul>
   <h4>New rules</h4>
   <ul>
   <li>The new Apex rule <a 
href="https://pmd.github.io/pmd-6.36.0/pmd_rules_apex_performance.html#avoiddebugstatements";><code>AvoidDebugStatements</code></a>
 finds usages of <code>System.debug</code> calls.
   Debug statements contribute to longer transactions and consume Apex CPU time 
even when debug logs are not
   being captured.
   You can try out this rule like so:</li>
   </ul>
   <pre lang="xml"><code>    &lt;rule 
ref=&quot;category/apex/performance.xml/AvoidDebugStatements&quot; /&gt;
   </code></pre>
   <ul>
   <li>The new Apex rule <a 
href="https://pmd.github.io/pmd-6.36.0/pmd_rules_apex_errorprone.html#inaccessibleauraenabledgetter";><code>InaccessibleAuraEnabledGetter</code></a>
 checks that an <code>AuraEnabled</code>
   getter is public or global. This is necessary if it is referenced in 
Lightning components.
   You can try out this rule like so:</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/45d1605a0388451466b2400362e09b4899021117";><code>45d1605</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.36.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d3ca90bf661a3de2bdb77bb6a5af94a0c85ae7fa";><code>d3ca90b</code></a>
 Prepare pmd release 6.36.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d7fd132df53511e786c30b466d00a0beb16872a6";><code>d7fd132</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3356";>#3356</a> 
from oowekyala:issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/c1fa5f8cce39d9003f89df0a04bec87355272617";><code>c1fa5f8</code></a>
 Fix test</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/c22faea80261a9644cc1684b5211d6798e7198be";><code>c22faea</code></a>
 Merge branch 'master' into issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/40a797ff72db5a4f9c90e9497051c405bbdb1350";><code>40a797f</code></a>
 [doc] Update release notes, fixed typo</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/bd5242f8e9864d90d39ee26aacce3273c8129aad";><code>bd5242f</code></a>
 [doc] Update release notes, fixed typo</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6599fe2d32c51d60300201d9e9d0749642915ac1";><code>6599fe2</code></a>
 Merge branch 'master' into issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/7260e8806cc96c2f9324d1ac20c45ad4e2d6893e";><code>7260e88</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3347";>#3347</a> 
from adangel:issue-3340-guardlogstatement</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/1e1fcf5c8bb764ed03d91266b9a0c003a055bd7c";><code>1e1fcf5</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3348";>#3348</a> 
from oowekyala:issue3305-ioob-record</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.35.0...pmd_releases/6.36.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-javascript` from 6.35.0 to 6.36.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.36.0 (26-June-2021)</h2>
   <h2>26-June-2021 - 6.36.0</h2>
   <p>The PMD team is pleased to announce PMD 6.36.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/#improved-incremental-analysis";>Improved
 Incremental Analysis</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/#renamed-rules";>Renamed 
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>Improved Incremental Analysis</h4>
   <p><a 
href="https://pmd.github.io/pmd-6.36.0/pmd_userdocs_incremental_analysis.html";>Incremental
 Analysis</a> has long helped
   our users obtain faster analysis results, however, its implementation tended 
to be too cautious in detecting
   changes to the runtime and type resolution classpaths, producing more cache 
invalidations than necessary.
   We have now improved the heuristics to remove several bogus invalidations, 
and slightly sped up the cache
   usage along the way.</p>
   <p>PMD will now ignore:</p>
   <ul>
   <li>Non class files in classpath and jar / zip files being referenced.</li>
   <li>Changes to the order of file entries within a jar / zip</li>
   <li>Changes to file metadata within jar / zip (ie: creation and modification 
time,
   significant in multi-module / composite build projects where lateral 
artifacts are frequently recreated)</li>
   </ul>
   <h4>New rules</h4>
   <ul>
   <li>The new Apex rule <a 
href="https://pmd.github.io/pmd-6.36.0/pmd_rules_apex_performance.html#avoiddebugstatements";><code>AvoidDebugStatements</code></a>
 finds usages of <code>System.debug</code> calls.
   Debug statements contribute to longer transactions and consume Apex CPU time 
even when debug logs are not
   being captured.
   You can try out this rule like so:</li>
   </ul>
   <pre lang="xml"><code>    &lt;rule 
ref=&quot;category/apex/performance.xml/AvoidDebugStatements&quot; /&gt;
   </code></pre>
   <ul>
   <li>The new Apex rule <a 
href="https://pmd.github.io/pmd-6.36.0/pmd_rules_apex_errorprone.html#inaccessibleauraenabledgetter";><code>InaccessibleAuraEnabledGetter</code></a>
 checks that an <code>AuraEnabled</code>
   getter is public or global. This is necessary if it is referenced in 
Lightning components.
   You can try out this rule like so:</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/45d1605a0388451466b2400362e09b4899021117";><code>45d1605</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.36.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d3ca90bf661a3de2bdb77bb6a5af94a0c85ae7fa";><code>d3ca90b</code></a>
 Prepare pmd release 6.36.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d7fd132df53511e786c30b466d00a0beb16872a6";><code>d7fd132</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3356";>#3356</a> 
from oowekyala:issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/c1fa5f8cce39d9003f89df0a04bec87355272617";><code>c1fa5f8</code></a>
 Fix test</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/c22faea80261a9644cc1684b5211d6798e7198be";><code>c22faea</code></a>
 Merge branch 'master' into issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/40a797ff72db5a4f9c90e9497051c405bbdb1350";><code>40a797f</code></a>
 [doc] Update release notes, fixed typo</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/bd5242f8e9864d90d39ee26aacce3273c8129aad";><code>bd5242f</code></a>
 [doc] Update release notes, fixed typo</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6599fe2d32c51d60300201d9e9d0749642915ac1";><code>6599fe2</code></a>
 Merge branch 'master' into issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/7260e8806cc96c2f9324d1ac20c45ad4e2d6893e";><code>7260e88</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3347";>#3347</a> 
from adangel:issue-3340-guardlogstatement</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/1e1fcf5c8bb764ed03d91266b9a0c003a055bd7c";><code>1e1fcf5</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3348";>#3348</a> 
from oowekyala:issue3305-ioob-record</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.35.0...pmd_releases/6.36.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-jsp` from 6.35.0 to 6.36.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.36.0 (26-June-2021)</h2>
   <h2>26-June-2021 - 6.36.0</h2>
   <p>The PMD team is pleased to announce PMD 6.36.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/#improved-incremental-analysis";>Improved
 Incremental Analysis</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/#renamed-rules";>Renamed 
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>Improved Incremental Analysis</h4>
   <p><a 
href="https://pmd.github.io/pmd-6.36.0/pmd_userdocs_incremental_analysis.html";>Incremental
 Analysis</a> has long helped
   our users obtain faster analysis results, however, its implementation tended 
to be too cautious in detecting
   changes to the runtime and type resolution classpaths, producing more cache 
invalidations than necessary.
   We have now improved the heuristics to remove several bogus invalidations, 
and slightly sped up the cache
   usage along the way.</p>
   <p>PMD will now ignore:</p>
   <ul>
   <li>Non class files in classpath and jar / zip files being referenced.</li>
   <li>Changes to the order of file entries within a jar / zip</li>
   <li>Changes to file metadata within jar / zip (ie: creation and modification 
time,
   significant in multi-module / composite build projects where lateral 
artifacts are frequently recreated)</li>
   </ul>
   <h4>New rules</h4>
   <ul>
   <li>The new Apex rule <a 
href="https://pmd.github.io/pmd-6.36.0/pmd_rules_apex_performance.html#avoiddebugstatements";><code>AvoidDebugStatements</code></a>
 finds usages of <code>System.debug</code> calls.
   Debug statements contribute to longer transactions and consume Apex CPU time 
even when debug logs are not
   being captured.
   You can try out this rule like so:</li>
   </ul>
   <pre lang="xml"><code>    &lt;rule 
ref=&quot;category/apex/performance.xml/AvoidDebugStatements&quot; /&gt;
   </code></pre>
   <ul>
   <li>The new Apex rule <a 
href="https://pmd.github.io/pmd-6.36.0/pmd_rules_apex_errorprone.html#inaccessibleauraenabledgetter";><code>InaccessibleAuraEnabledGetter</code></a>
 checks that an <code>AuraEnabled</code>
   getter is public or global. This is necessary if it is referenced in 
Lightning components.
   You can try out this rule like so:</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/45d1605a0388451466b2400362e09b4899021117";><code>45d1605</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.36.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d3ca90bf661a3de2bdb77bb6a5af94a0c85ae7fa";><code>d3ca90b</code></a>
 Prepare pmd release 6.36.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d7fd132df53511e786c30b466d00a0beb16872a6";><code>d7fd132</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3356";>#3356</a> 
from oowekyala:issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/c1fa5f8cce39d9003f89df0a04bec87355272617";><code>c1fa5f8</code></a>
 Fix test</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/c22faea80261a9644cc1684b5211d6798e7198be";><code>c22faea</code></a>
 Merge branch 'master' into issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/40a797ff72db5a4f9c90e9497051c405bbdb1350";><code>40a797f</code></a>
 [doc] Update release notes, fixed typo</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/bd5242f8e9864d90d39ee26aacce3273c8129aad";><code>bd5242f</code></a>
 [doc] Update release notes, fixed typo</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/6599fe2d32c51d60300201d9e9d0749642915ac1";><code>6599fe2</code></a>
 Merge branch 'master' into issue3076-unusedAssignment-plusplus</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/7260e8806cc96c2f9324d1ac20c45ad4e2d6893e";><code>7260e88</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3347";>#3347</a> 
from adangel:issue-3340-guardlogstatement</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/1e1fcf5c8bb764ed03d91266b9a0c003a055bd7c";><code>1e1fcf5</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3348";>#3348</a> 
from oowekyala:issue3305-ioob-record</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.35.0...pmd_releases/6.36.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