You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/12/18 04:51:48 UTC

[PR] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.20.0 to 3.21.2 [myfaces-master-pom]

dependabot[bot] opened a new pull request, #95:
URL: https://github.com/apache/myfaces-master-pom/pull/95

   Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.20.0 to 3.21.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/maven-pmd-plugin/releases">org.apache.maven.plugins:maven-pmd-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>3.21.2</h2>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-370">MPMD-370</a> - Remove remaining uses of FileReader</li>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-371">MPMD-371</a> - Using two ruleset files with same name in different directories (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/127">#127</a>) <a href="https://github.com/harbulot"><code>@​harbulot</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-382">MPMD-382</a> - Regression in report rendering</li>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-384">MPMD-384</a> - maven-pmd-plugin is dowloading transitive dependencies of unmanaged version (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/135">#135</a>) <a href="https://github.com/caiwei-ebay"><code>@​caiwei-ebay</code></a></li>
   </ul>
   <h3>👻 Maintenance</h3>
   <ul>
   <li>Move commons-lang3 to test scope (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/131">#131</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li>
   </ul>
   <h3>📝 Documentation updates</h3>
   <ul>
   <li>Typo: fill --&gt; file (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/133">#133</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li>
   </ul>
   <h3>📦 Dependency updates</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-380">MPMD-380</a> - Prefer apache commons and JDK to Plexus utils (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/132">#132</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-387">MPMD-387</a> - Upgrade to Parent 40</li>
   </ul>
   <h2>3.21.0</h2>
   <!-- raw HTML omitted -->
   <h3>🚀 New features and improvements</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-365">MPMD-365</a> - Support Java 20 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/116">#116</a>) <a href="https://github.com/adangel"><code>@​adangel</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-375">MPMD-375</a> - Replace *ReportGenerators with new *ReportRenderers (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/130">#130</a>) <a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
   </ul>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-369">MPMD-369</a> - System encoding conflicts with XML encoding in CpdViolationCheckMojo (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/122">#122</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-373">MPMD-373</a> - System property java.version is overwritten in ITs as model property (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/128">#128</a>) <a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
   </ul>
   <h3>👻 Maintenance</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-374">MPMD-374</a> - Remove deprecated and unused PmdCollectingRenderer (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/128">#128</a>) <a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MNG-6829">MNG-6829</a> - Replace any StringUtils#isEmpty(String) and #isNotEmpty(String) (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/124">#124</a>) <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a></li>
   <li>Remove vestigial useJava5 parameter (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/119">#119</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-367">MPMD-367</a> - Verify / ubuntu-latest jdk-11-temurin 3.9.1 broken at head in MPMD<!-- raw HTML omitted -->-270-325-JDK11 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/121">#121</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li>
   </ul>
   <h3>📦 Dependency updates</h3>
   <ul>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-364">MPMD-364</a> - Upgrade to PMD 6.55.0 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/115">#115</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-364">MPMD-364</a> - Upgrade to PMD 6.54.0 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/112">#112</a>) <a href="https://github.com/adangel"><code>@​adangel</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-366">MPMD-366</a> - Update parent pom to 39 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/118">#118</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li>
   <li><a href="https://issues.apache.org/jira/browse/MPMD-372">MPMD-372</a> - Upgrade plugins and components (in ITs) (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/128">#128</a>) <a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
   <li>Bump animal-sniffer-maven-plugin from 1.22 to 1.23 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/117">#117</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump release-drafter/release-drafter from 5.21.1 to 5.23.0 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/114">#114</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump apache/maven-gh-actions-shared from 2 to 3 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/113">#113</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump doxia-sink-api from 1.11.1 to 1.12.0 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/111">#111</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump wagon-http-lightweight from 3.5.2 to 3.5.3 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/108">#108</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/maven-pmd-plugin/commit/1f534b5ffda95de04456e3b83ec3f86d74d924d6"><code>1f534b5</code></a> [maven-release-plugin] prepare release maven-pmd-plugin-3.21.2</li>
   <li><a href="https://github.com/apache/maven-pmd-plugin/commit/8f66ebdb0cf8429e989b0ccb9c2b3fc75c4c1a4c"><code>8f66ebd</code></a> [MPMD-382] Regression in report rendering</li>
   <li><a href="https://github.com/apache/maven-pmd-plugin/commit/a7fcb381afcb5b35da6c1bcbccdfcb89465e6e08"><code>a7fcb38</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/apache/maven-pmd-plugin/commit/43bebb6b8a1039245fe39097cf9c9a13b654f101"><code>43bebb6</code></a> [maven-release-plugin] prepare release maven-pmd-plugin-3.21.1</li>
   <li><a href="https://github.com/apache/maven-pmd-plugin/commit/defbc25baa42f808852d79b1852b55d718c84697"><code>defbc25</code></a> Downgrade to Plexus XML 3.0.0</li>
   <li><a href="https://github.com/apache/maven-pmd-plugin/commit/92c55fb3320abb8328fed35469535f1f9708805e"><code>92c55fb</code></a> [MPMD-387] Upgrade to Parent 40</li>
   <li><a href="https://github.com/apache/maven-pmd-plugin/commit/33f42e77e05e9c30af45e16d44335713ccf2682c"><code>33f42e7</code></a> [MPMD-370] Remove remaining uses of FileReader</li>
   <li><a href="https://github.com/apache/maven-pmd-plugin/commit/957ec89895e645b7536ea92b18a1d87f038546ca"><code>957ec89</code></a> [MPMD-380] use Apache Commons FileUtils and JDK</li>
   <li><a href="https://github.com/apache/maven-pmd-plugin/commit/4f10a00f356f3fcd0d3fc8d3258046f1e66302ec"><code>4f10a00</code></a> Update release-drafter@v5</li>
   <li><a href="https://github.com/apache/maven-pmd-plugin/commit/c2616d1059a69255c116a3b0fbb45fafc5ee7fce"><code>c2616d1</code></a> Typo: fill --&gt; file</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.20.0...maven-pmd-plugin-3.21.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-pmd-plugin&package-manager=maven&previous-version=3.20.0&new-version=3.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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: dev-unsubscribe@myfaces.apache.org

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


Re: [PR] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.20.0 to 3.21.2 [myfaces-master-pom]

Posted by "melloware (via GitHub)" <gi...@apache.org>.
melloware merged PR #95:
URL: https://github.com/apache/myfaces-master-pom/pull/95


-- 
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: dev-unsubscribe@myfaces.apache.org

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