dependabot[bot] opened a new pull request #164: URL: https://github.com/apache/commons-geometry/pull/164
Bumps `geometry.pmd.dep.version` from 6.33.0 to 6.35.0. Updates `pmd-core` from 6.33.0 to 6.35.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.35.0 (29-May-2021)</h2> <h2>29-May-2021 - 6.35.0</h2> <p>The PMD team is pleased to announce PMD 6.35.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/#javascript-module-now-requires-at-least-java-8">Javascript module now requires at least Java 8</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> <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-api">Deprecated 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>Javascript module now requires at least Java 8</h4> <p>The latest version of <a href="https://github.com/mozilla/rhino">Rhino</a>, the implementation of JavaScript we use for parsing JavaScript code, requires at least Java 8. Therefore we decided to upgrade the pmd-javascript module to Java 8 as well. This means that from now on, a Java 8 or later runtime is required in order to analyze JavaScript code. Note that PMD core still only requires Java 7.</p> <h4>New rules</h4> <p>This release ships with 3 new Java rules.</p> <ul> <li><a href="https://pmd.github.io/pmd-6.35.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate"><code>JUnit5TestShouldBePackagePrivate</code></a> enforces the convention that JUnit 5 tests should have minimal visibility. You can try out this rule like so:</li> </ul> <pre lang="xml"><code> <rule ref="category/java/bestpractices.xml/JUnit5TestShouldBePackagePrivate" /> </code></pre> <ul> <li><a href="https://pmd.github.io/pmd-6.35.0/pmd_rules_java_design.html#cognitivecomplexity"><code>CognitiveComplexity</code></a> uses the cognitive complexity metric to find overly complex code. This metric improves on the similar cyclomatic complexity in several ways, for instance, it incentivizes using clearly readable shorthands and idioms. See the rule documentation for more details. You can try out this rule like so:</li> </ul> <pre lang="xml"><code> <rule ref="category/java/design.xml/CognitiveComplexity" /> </code></pre> <ul> <li><a href="https://pmd.github.io/pmd-6.35.0/pmd_rules_java_design.html#mutablestaticstate"><code>MutableStaticState</code></a> finds non-private static fields</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/b49fb2014dbb3fcfdbb4ae182b42f835903a628f"><code>b49fb20</code></a> [maven-release-plugin] prepare release pmd_releases/6.35.0</li> <li><a href="https://github.com/pmd/pmd/commit/22004e1eba8bda49fcec23d794c31c8c598e1449"><code>22004e1</code></a> Prepare pmd release 6.35.0</li> <li><a href="https://github.com/pmd/pmd/commit/6d321b89e4f1d639e32ba527183944bbd0f623e1"><code>6d321b8</code></a> [ci] Use new build-tools 13</li> <li><a href="https://github.com/pmd/pmd/commit/1fce60faf007cb968025a6c5004906341ebe2b9d"><code>1fce60f</code></a> [ci] Use ruby/setup-ruby@v1 instead of deprecated setup-ruby action</li> <li><a href="https://github.com/pmd/pmd/commit/50080c496d9cbdb56aaec9a7f2d300827efcab7b"><code>50080c4</code></a> [ci] Use ruby/setup-ruby@v1 instead of deprecated setup-ruby action</li> <li><a href="https://github.com/pmd/pmd/commit/2b126e3236a33b8b8e207c8779019f5afe0e8855"><code>2b126e3</code></a> Reference new rule CognitiveComplexity</li> <li><a href="https://github.com/pmd/pmd/commit/b520361d71462713596cfbccbcf6c22d133f55ec"><code>b520361</code></a> Merge branch 'pr/3277'</li> <li><a href="https://github.com/pmd/pmd/commit/836f77e9506f08ff9829976a1370d529a9d3b890"><code>836f77e</code></a> Merge branch 'master' into pr/3277</li> <li><a href="https://github.com/pmd/pmd/commit/2298f302b4955b576de2d574de2c17d987df516e"><code>2298f30</code></a> Release notes, close <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2329">#2329</a></li> <li><a href="https://github.com/pmd/pmd/commit/62c70ae8138b0c29e6e7d29f4510c4353df926eb"><code>62c70ae</code></a> Update contribution list <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3293">#3293</a></li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.33.0...pmd_releases/6.35.0">compare view</a></li> </ul> </details> <br /> Updates `pmd-java` from 6.33.0 to 6.35.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.35.0 (29-May-2021)</h2> <h2>29-May-2021 - 6.35.0</h2> <p>The PMD team is pleased to announce PMD 6.35.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/#javascript-module-now-requires-at-least-java-8">Javascript module now requires at least Java 8</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> <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-api">Deprecated 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>Javascript module now requires at least Java 8</h4> <p>The latest version of <a href="https://github.com/mozilla/rhino">Rhino</a>, the implementation of JavaScript we use for parsing JavaScript code, requires at least Java 8. Therefore we decided to upgrade the pmd-javascript module to Java 8 as well. This means that from now on, a Java 8 or later runtime is required in order to analyze JavaScript code. Note that PMD core still only requires Java 7.</p> <h4>New rules</h4> <p>This release ships with 3 new Java rules.</p> <ul> <li><a href="https://pmd.github.io/pmd-6.35.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate"><code>JUnit5TestShouldBePackagePrivate</code></a> enforces the convention that JUnit 5 tests should have minimal visibility. You can try out this rule like so:</li> </ul> <pre lang="xml"><code> <rule ref="category/java/bestpractices.xml/JUnit5TestShouldBePackagePrivate" /> </code></pre> <ul> <li><a href="https://pmd.github.io/pmd-6.35.0/pmd_rules_java_design.html#cognitivecomplexity"><code>CognitiveComplexity</code></a> uses the cognitive complexity metric to find overly complex code. This metric improves on the similar cyclomatic complexity in several ways, for instance, it incentivizes using clearly readable shorthands and idioms. See the rule documentation for more details. You can try out this rule like so:</li> </ul> <pre lang="xml"><code> <rule ref="category/java/design.xml/CognitiveComplexity" /> </code></pre> <ul> <li><a href="https://pmd.github.io/pmd-6.35.0/pmd_rules_java_design.html#mutablestaticstate"><code>MutableStaticState</code></a> finds non-private static fields</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmd/pmd/commit/b49fb2014dbb3fcfdbb4ae182b42f835903a628f"><code>b49fb20</code></a> [maven-release-plugin] prepare release pmd_releases/6.35.0</li> <li><a href="https://github.com/pmd/pmd/commit/22004e1eba8bda49fcec23d794c31c8c598e1449"><code>22004e1</code></a> Prepare pmd release 6.35.0</li> <li><a href="https://github.com/pmd/pmd/commit/6d321b89e4f1d639e32ba527183944bbd0f623e1"><code>6d321b8</code></a> [ci] Use new build-tools 13</li> <li><a href="https://github.com/pmd/pmd/commit/1fce60faf007cb968025a6c5004906341ebe2b9d"><code>1fce60f</code></a> [ci] Use ruby/setup-ruby@v1 instead of deprecated setup-ruby action</li> <li><a href="https://github.com/pmd/pmd/commit/50080c496d9cbdb56aaec9a7f2d300827efcab7b"><code>50080c4</code></a> [ci] Use ruby/setup-ruby@v1 instead of deprecated setup-ruby action</li> <li><a href="https://github.com/pmd/pmd/commit/2b126e3236a33b8b8e207c8779019f5afe0e8855"><code>2b126e3</code></a> Reference new rule CognitiveComplexity</li> <li><a href="https://github.com/pmd/pmd/commit/b520361d71462713596cfbccbcf6c22d133f55ec"><code>b520361</code></a> Merge branch 'pr/3277'</li> <li><a href="https://github.com/pmd/pmd/commit/836f77e9506f08ff9829976a1370d529a9d3b890"><code>836f77e</code></a> Merge branch 'master' into pr/3277</li> <li><a href="https://github.com/pmd/pmd/commit/2298f302b4955b576de2d574de2c17d987df516e"><code>2298f30</code></a> Release notes, close <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/2329">#2329</a></li> <li><a href="https://github.com/pmd/pmd/commit/62c70ae8138b0c29e6e7d29f4510c4353df926eb"><code>62c70ae</code></a> Update contribution list <a href="https://github-redirect.dependabot.com/pmd/pmd/issues/3293">#3293</a></li> <li>Additional commits viewable in <a href="https://github.com/pmd/pmd/compare/pmd_releases/6.33.0...pmd_releases/6.35.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. For queries about this service, please contact Infrastructure at: [email protected]
