dependabot[bot] opened a new pull request, #649: URL: https://github.com/apache/commons-parent/pull/649
Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.9.3.2 to 4.9.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spotbugs/spotbugs-maven-plugin/releases">com.github.spotbugs:spotbugs-maven-plugin's releases</a>.</em></p> <blockquote> <h2>Spotbugs Maven Plugin 4.9.4.0</h2> <p>Release is large but mainly rewriting of underlying code. This supports spotbugs 4.9.4, additional details below.</p> <p>Consumer</p> <ul> <li>Supporting spotbugs 4.9.4</li> <li>Updated all underlying dependencies</li> <li>Groovy now at 4.0.28</li> <li>Groovydocs now published with release</li> <li>Modernize groovy code usage including typing everything, avoiding any usage of groovy 'it' idiom</li> <li>Due to how groovy resolves logging, wrap any logging that needs groovy to resolve gstring with check on logger being enabled</li> <li>No longer use plexus file resource loader as it was mostly duplicated, its deprecated, and cleaner to directly implement enhancement</li> <li>Use objects require non null where appropriate</li> <li>Make sure files closed appropriately to prevent leaks</li> <li>Fix invalid look at debug flag to determine debug logging by additionally checking info logging instead and log at info</li> <li>Fix invalid usage of logging at debug where debug flag should have been used</li> <li>Plugin artifact is now a list rather than array</li> <li>Various nio updates</li> <li>Fix javadoc issues</li> <li>Cleanup regex usage for hyperlink to code off reporting</li> <li>Do not use 'assert' in code, use correct checks with illegal argument exceptions</li> </ul> <p>Producer</p> <ul> <li>gha now implements concurrency restrictions to prevent unwanted builds now that github is showing costs associated with runners</li> <li>gha now implements timeout at 30 minutes to prevent long running jobs now that github is showing costs associated with runners</li> <li>github actions are now pinned to digests to prevent potential supply chain hacks</li> <li>renamed codeql.yml to codeql.yaml (all are yaml now)</li> <li>maven wrapper is updated to support defects with maven 4 usage since beta-5 was released. Now runner on maven 4.0.0-rc-4 now fully works</li> <li>maven wrapper is protected from path transversal issues</li> <li>.gitignore updated to ignore .pmd and .groovy directories</li> <li>maven wrapper now defaulted to maven 3.9.11</li> <li>central badge updated for new central hosting</li> <li>Corrected test source directory for groovy in build pom</li> <li>Add additional code coverage</li> <li>Correct spotbugs version on documentation</li> <li>Site now generating again as gmavenplus fixed defect introduced by groovy changes</li> <li>renovate set to pin github action digests</li> <li>All integration tests updated to more modern groovy usage</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/34c4962f3780609fb469ab2f028c655d3186ebe0"><code>34c4962</code></a> [maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.4.0</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/5ac441b660b5a67006ebc2d0a83bf03d1292c03c"><code>5ac441b</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1145">#1145</a> from hazendaz/cleanup</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/37a8737536f430d4f4d540aff86300c4cc9baede"><code>37a8737</code></a> [GHA] Move to maven 4.0.0-rc-4 in maven 4 integration test</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/bdcaa2cd66f295403625d6a246652736f3bee39c"><code>bdcaa2c</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1144">#1144</a> from hazendaz/cleanup</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/a7591e52f15e812852628d296296dad3054c78e9"><code>a7591e5</code></a> Add support for maven 4 mainClass to maven wrapper</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/f7ea52464a26cd3bc0010484016bd1c4b66da44e"><code>f7ea524</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1143">#1143</a> from spotbugs/renovate/pin-dependencies</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/28706a7fc002e001828220a787fdc4c74a2289b6"><code>28706a7</code></a> Pin dependencies</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/f4cd7d05c7c5311b61310b44b72eae77fec6313d"><code>f4cd7d0</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1142">#1142</a> from hazendaz/master</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/0990344bda20ebc3dc7f4ce031edd18621663f0d"><code>0990344</code></a> [gha] Run max parallel to 6</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/2da6164af1ccc1eeb9e99f20087800b43bab5f0d"><code>2da6164</code></a> [renovate] Ping github action digests security!</li> <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.9.3.2...spotbugs-maven-plugin-4.9.4.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> -- 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: notifications-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org