Branch: refs/heads/main Home: https://github.com/pmd/pmd-designer Commit: 655100b7ca031bdfe0346a9d4522e42551429ec6 https://github.com/pmd/pmd-designer/commit/655100b7ca031bdfe0346a9d4522e42551429ec6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2025-07-04 (Fri, 04 Jul 2025)
Changed paths: M pom.xml Log Message: ----------- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 (#196) Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.26.0 to 3.27.0. <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.27.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Use constant 3.6.3 in prerequisites/maven as minimal Maven version (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/640">#640</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Bump pmdVersion from 7.12.0 to 7.14.0 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/213">#213</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Allow plugin execute with Maven 4 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/209">#209</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Upgrade to PMD 7.12 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/196">#196</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MPMD-411">[MPMD-411]</a> - Implement getOutputPath and identify getOutputName as deprecated, (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/179">#179</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MPMD-410">[MPMD-410]</a> - Number agreement (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/181">#181</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Documentation: Excludes should be placed in pluginManagement (<a href="https://redirect.github.com/apache/maven-pmd-plugin/issues/637">#637</a>) (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/638">#638</a>) <a href="https://github.com/Bukama"><code>@Bukama</code></a></li> <li>small parameter documentation improvement (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/221">#221</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Replace manually maintained release notes by link to GitHub (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/214">#214</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Correct typos (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/194">#194</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Add more information about excludes (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/185">#185</a>) <a href="https://github.com/Bukama"><code>@Bukama</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a> - Rename "Goals" to "Plugin Documentation" (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/182">#182</a>) <a href="https://github.com/Bukama"><code>@Bukama</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MPMD-412">[MPMD-412]</a> - Simplify stub setup by not swallowing exceptions (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/226">#226</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Use maven-embedder in test scope (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/228">#228</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Ignore the .vscode directory in git (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/227">#227</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Clarify and simplify isDirectoryExcluded (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/222">#222</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>fix return type of getFilesToProcess in Javadoc (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/223">#223</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>small parameter documentation improvement (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/221">#221</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Clean up some Javadoc comments (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/219">#219</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Declare used dependency on org.apache.maven.reporting:maven-reporting… (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/215">#215</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Buffer the writers (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/218">#218</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Get rid of maven-artifact-transfer and other legacy stuff (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/210">#210</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Introduce service executors for CPD, PMD executors (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/206">#206</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Upgrade PR template for GitHub issues (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/207">#207</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Update site descriptor to 2.0 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/205">#205</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Use shared release-drafter action (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/203">#203</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Fix failed tests in CPD reports that were hidden by overly broad catch clauses (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/192">#192</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>simplify code by preferring JDK methods (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/199">#199</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Declare javax.inject dependency (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/197">#197</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Avoid catching raw exception (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/198">#198</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MPMD-412">[MPMD-412]</a> - Remove unused code and otherwise cleanup tests (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/178">#178</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>remove redundant code (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/193">#193</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MPMD-412">[MPMD-412]</a> - clean up unused code (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/190">#190</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Enable GitHub issues (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/184">#184</a>) <a href="https://github.com/Bukama"><code>@Bukama</code></a></li> <li>Prefer Guice injection (<a href="https://redirect.github.com/apache/maven-pmd-plugin/pull/177">#177</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> </ul> <h2>📦 Dependency updates</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-pmd-plugin/commit/ac2291d1bfb6061091a4c2e67736f5320e727253"><code>ac2291d</code></a> [maven-release-plugin] prepare release maven-pmd-plugin-3.27.0</li> <li><a href="https://github.com/apache/maven-pmd-plugin/commit/156596e15950e707d906ed8a146855755b804c2c"><code>156596e</code></a> Bump org.apache.maven.plugins:maven-plugins from 44 to 45</li> <li><a href="https://github.com/apache/maven-pmd-plugin/commit/897483c77ce33229cc0d1515c7b2f196cbe5a643"><code>897483c</code></a> Bump mavenVersion from 3.6.3 to 3.9.10 (<a href="https://redirect.github.com/apache/maven-pmd-plugin/issues/641">#641</a>)</li> <li><a href="https://github.com/apache/maven-pmd-plugin/commit/77e0956d88008c84ebb4bee82eff43915eace719"><code>77e0956</code></a> Use RESOLVED_VERSION in tag-template</li> <li><a href="https://github.com/apache/maven-pmd-plugin/commit/ba13018434fc13e84b0521c68f5cd7cf94602e85"><code>ba13018</code></a> Use constant 3.6.3 in prerequisites/maven as minimal Maven version</li> <li><a href="https://github.com/apache/maven-pmd-plugin/commit/2714d4e1fe12ff756c5d8fd26cef0a22740515d9"><code>2714d4e</code></a> Documentation: Excludes should be placed in pluginManagement (<a href="https://redirect.github.com/apache/maven-pmd-plugin/issues/637">#637</a> / <a href="https://redirect.github.com/apache/maven-pmd-plugin/issues/638">#638</a>)</li> <li><a href="https://github.com/apache/maven-pmd-plugin/commit/1dc5ad6935edc4edc454997bcc08d9a8c7f13dc8"><code>1dc5ad6</code></a> remove jira link (<a href="https://redirect.github.com/apache/maven-pmd-plugin/issues/636">#636</a>)</li> <li><a href="https://github.com/apache/maven-pmd-plugin/commit/04894a5c33feac6ed398adbc8d5e6b8bcd325d96"><code>04894a5</code></a> [MPMD-412] Simplify stub setup by not swallowing exceptions (<a href="https://redirect.github.com/apache/maven-pmd-plugin/issues/226">#226</a>)</li> <li><a href="https://github.com/apache/maven-pmd-plugin/commit/b9605ec7b67daf1749a5b4783f2412322e6e578d"><code>b9605ec</code></a> Use maven-embedder in test scope</li> <li><a href="https://github.com/apache/maven-pmd-plugin/commit/7ac47acdea61a1265f051346de8deab8a87b67c0"><code>7ac47ac</code></a> Ignore the .vscdoe directory in git (<a href="https://redirect.github.com/apache/maven-pmd-plugin/issues/227">#227</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.26.0...maven-pmd-plugin-3.27.0">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/pmd/pmd-designer/settings/notifications _______________________________________________ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmd-commits