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


   Bumps `commons.pmd-impl.version` from 6.39.0 to 6.40.0.
   Updates `pmd-core` from 6.39.0 to 6.40.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.40.0 (30-October-2021)</h2>
   <h2>30-October-2021 - 6.40.0</h2>
   <p>The PMD team is pleased to announce PMD 6.40.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/#updated-apex-support";>Updated Apex 
Support</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>Updated Apex Support</h4>
   <ul>
   <li>The Apex language support has been bumped to version 54.0 (Spring 
'22).</li>
   </ul>
   <h4>New rules</h4>
   <ul>
   <li>The new Apex rule <a 
href="https://pmd.github.io/pmd-6.40.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult";><code>EagerlyLoadedDescribeSObjectResult</code></a>
 finds
   <code>DescribeSObjectResult</code>s which could have been loaded eagerly via 
<code>SObjectType.getDescribe()</code>.</li>
   </ul>
   <pre lang="xml"><code>    &lt;rule 
ref=&quot;category/apex/performance.xml/EagerlyLoadedDescribeSObjectResult&quot;
 /&gt;
   </code></pre>
   <h4>Modified rules</h4>
   <ul>
   <li>
   <p>The Apex rule <a 
href="https://pmd.github.io/pmd-6.40.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts";><code>ApexUnitTestClassShouldHaveAsserts</code></a>
 has a new property
   <code>additionalAssertMethodPattern</code>. When specified the pattern is 
evaluated against each invoked
   method name to determine whether it represents a test assertion in addition 
to the standard names.</p>
   </li>
   <li>
   <p>The Apex rule <a 
href="https://pmd.github.io/pmd-6.40.0/pmd_rules_apex_documentation.html#apexdoc";><code>ApexDoc</code></a>
 has a new property <code>reportMissingDescription</code>.
   If set to <code>false</code> (default is <code>true</code> if unspecified) 
doesn't report an issue if the <code>@description</code>
   tag is missing. This is consistent with the ApexDoc dialect supported by 
derivatives such as
   <a href="https://gitlab.com/StevenWCox/sfapexdoc";>SfApexDoc</a> and also 
with analogous documentation tools for
   other languages, e.g., JavaDoc, ESDoc/JSDoc, etc.</p>
   </li>
   <li>
   <p>The Apex rule <a 
href="https://pmd.github.io/pmd-6.40.0/pmd_rules_apex_security.html#apexcrudviolation";><code>ApexCRUDViolation</code></a>
 has a couple of new properties:
   These allow specification of regular-expression-based patterns for 
additional methods that should
   be considered valid for pre-CRUD authorization beyond those offered by the 
system Apex checks and</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/be09a31654113235cded4c7c2d93643100066861";><code>be09a31</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.40.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/fd391160b4248b016d57b29c4ddc554f27dd7293";><code>fd39116</code></a>
 Prepare pmd release 6.40.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d914447266c9f822b2eea7cb8c0f0d9d8dd1f813";><code>d914447</code></a>
 [ci] Improve stats script to consider closed milestones as well</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/426865e20dba276708adecd50b18690e0050a690";><code>426865e</code></a>
 [doc] release notes: add experimental api, fix missing closing tag</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/ac26d3dc6d7c121de72e6e7ddc1769caf8986e85";><code>ac26d3d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3584";>#3584</a> 
from adangel:issue-3563-classnamingconventions</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/857894928a08ab407fd9f38114bfaf66ad7e63b9";><code>8578949</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3557";>#3557</a> 
from adangel:doc-vf-typeres</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/9a07b8161202e0b100cf51a0355ed4c092bf0b13";><code>9a07b81</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3544";>#3544</a> 
from adangel:issue-3368-hardcoded-crypto-key</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/ec164b4bf07f7182fce23405185c57f6a497cc87";><code>ec164b4</code></a>
 Simplify getUsages call</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/15270c8bd975d4747e8f168e368a70f13b2c8139";><code>15270c8</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3543";>#3543</a> 
from adangel:issue-3542-missing-override-enum</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/f5fd79d489cf11fc8ee2b21e7583e8dd94f7db9c";><code>f5fd79d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3582";>#3582</a> 
from oowekyala:cleanup-3581</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.39.0...pmd_releases/6.40.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pmd-java` from 6.39.0 to 6.40.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.40.0 (30-October-2021)</h2>
   <h2>30-October-2021 - 6.40.0</h2>
   <p>The PMD team is pleased to announce PMD 6.40.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/#updated-apex-support";>Updated Apex 
Support</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>Updated Apex Support</h4>
   <ul>
   <li>The Apex language support has been bumped to version 54.0 (Spring 
'22).</li>
   </ul>
   <h4>New rules</h4>
   <ul>
   <li>The new Apex rule <a 
href="https://pmd.github.io/pmd-6.40.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult";><code>EagerlyLoadedDescribeSObjectResult</code></a>
 finds
   <code>DescribeSObjectResult</code>s which could have been loaded eagerly via 
<code>SObjectType.getDescribe()</code>.</li>
   </ul>
   <pre lang="xml"><code>    &lt;rule 
ref=&quot;category/apex/performance.xml/EagerlyLoadedDescribeSObjectResult&quot;
 /&gt;
   </code></pre>
   <h4>Modified rules</h4>
   <ul>
   <li>
   <p>The Apex rule <a 
href="https://pmd.github.io/pmd-6.40.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts";><code>ApexUnitTestClassShouldHaveAsserts</code></a>
 has a new property
   <code>additionalAssertMethodPattern</code>. When specified the pattern is 
evaluated against each invoked
   method name to determine whether it represents a test assertion in addition 
to the standard names.</p>
   </li>
   <li>
   <p>The Apex rule <a 
href="https://pmd.github.io/pmd-6.40.0/pmd_rules_apex_documentation.html#apexdoc";><code>ApexDoc</code></a>
 has a new property <code>reportMissingDescription</code>.
   If set to <code>false</code> (default is <code>true</code> if unspecified) 
doesn't report an issue if the <code>@description</code>
   tag is missing. This is consistent with the ApexDoc dialect supported by 
derivatives such as
   <a href="https://gitlab.com/StevenWCox/sfapexdoc";>SfApexDoc</a> and also 
with analogous documentation tools for
   other languages, e.g., JavaDoc, ESDoc/JSDoc, etc.</p>
   </li>
   <li>
   <p>The Apex rule <a 
href="https://pmd.github.io/pmd-6.40.0/pmd_rules_apex_security.html#apexcrudviolation";><code>ApexCRUDViolation</code></a>
 has a couple of new properties:
   These allow specification of regular-expression-based patterns for 
additional methods that should
   be considered valid for pre-CRUD authorization beyond those offered by the 
system Apex checks and</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pmd/pmd/commit/be09a31654113235cded4c7c2d93643100066861";><code>be09a31</code></a>
 [maven-release-plugin] prepare release pmd_releases/6.40.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/fd391160b4248b016d57b29c4ddc554f27dd7293";><code>fd39116</code></a>
 Prepare pmd release 6.40.0</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/d914447266c9f822b2eea7cb8c0f0d9d8dd1f813";><code>d914447</code></a>
 [ci] Improve stats script to consider closed milestones as well</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/426865e20dba276708adecd50b18690e0050a690";><code>426865e</code></a>
 [doc] release notes: add experimental api, fix missing closing tag</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/ac26d3dc6d7c121de72e6e7ddc1769caf8986e85";><code>ac26d3d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3584";>#3584</a> 
from adangel:issue-3563-classnamingconventions</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/857894928a08ab407fd9f38114bfaf66ad7e63b9";><code>8578949</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3557";>#3557</a> 
from adangel:doc-vf-typeres</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/9a07b8161202e0b100cf51a0355ed4c092bf0b13";><code>9a07b81</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3544";>#3544</a> 
from adangel:issue-3368-hardcoded-crypto-key</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/ec164b4bf07f7182fce23405185c57f6a497cc87";><code>ec164b4</code></a>
 Simplify getUsages call</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/15270c8bd975d4747e8f168e368a70f13b2c8139";><code>15270c8</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3543";>#3543</a> 
from adangel:issue-3542-missing-override-enum</li>
   <li><a 
href="https://github.com/pmd/pmd/commit/f5fd79d489cf11fc8ee2b21e7583e8dd94f7db9c";><code>f5fd79d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pmd/pmd/issues/3582";>#3582</a> 
from oowekyala:cleanup-3581</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pmd/pmd/compare/pmd_releases/6.39.0...pmd_releases/6.40.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