dependabot[bot] opened a new pull request, #519: URL: https://github.com/apache/creadur-rat/pull/519
Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.6 to 4.9.4.1. <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.1</h2> <p>Consumer</p> <ul> <li>Cleanup readme to better support plugin</li> <li>Dropped direct usage of plexus utils and commons io</li> <li>Groovy 5 now run engine</li> <li>Correct issue since 4.9.2.0 resulting in most runs getting spotbugs.html file incorrectly. This has been refactored to restore doxia 1 overrides to produce xml report only when not running in site lifecycle</li> <li>Correct defects with handling of various files on disk such as exclusion filters that were introduced into 4.9.4.0. Integration tests have been applied to prevent future regression.</li> <li>Commons io fileutils replaced by files.walk with detailed output moved to debug collection only rather than all runs</li> <li>Normalization of path to linux style</li> <li>Any regex usage is now precompiled</li> <li>Use re-entrant lock for source indexer</li> <li>Correct locale usage to use default if not given</li> <li>Block doctype and XXE when processing xml files</li> <li>Cleanup some fields from resources and in code never used</li> </ul> <p>Producer</p> <ul> <li>Pin versions of github actions tools</li> <li>Run maven 3.6.3 integration test on windows to get more broad support</li> <li>Run maven integration test on mac to get more broad support</li> <li>Maven 4 integration tests will continue on linux</li> <li>Fix maven wrapper perceived path traversal issue</li> <li>Corrections to invoker to re-establish integration test verification's</li> <li>Fix bugs in integration tests</li> <li>Better secure xml usage in integration tests</li> <li>Cleanup integration test warnings</li> <li>Make sure transfer of artifacts is correctly disabled on integration tests</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/a82261a7d8e31dce10dcf461ca806704c6e58d89"><code>a82261a</code></a> [maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.4.1</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/09a93750e7ddcbffa5e87525ef4e51f35ad9e10b"><code>09a9375</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1194">#1194</a> from hazendaz/master</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/5819399e5afa06f04ef8771654df310ff1ae1677"><code>5819399</code></a> [mvn] Update maven wrapper</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/a800180d6dbad5abfc377c7b1106c1252f9a744e"><code>a800180</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1193">#1193</a> from hazendaz/groovy5</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/58b8c33d5e868cdd4372317279e9dd51e7fe74ed"><code>58b8c33</code></a> Resolve issue <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/75">#75</a> by adding log when no files found to run on spotbugs</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/514f6fd213db09901765d2e94e221ac480780f3b"><code>514f6fd</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1192">#1192</a> from hazendaz/groovy5</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/b40d62ef80c74617bc54d9515e4871a6a82a8e3b"><code>b40d62e</code></a> Correct exclude modules test as it was listing bugs file when using filter file</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/dcc13a33b5e22293a24fc9b759277a28fc577ee1"><code>dcc13a3</code></a> Formatting</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/9a496b8f92aa5cad122d8dcb5c9e5599e6a012e7"><code>9a496b8</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1191">#1191</a> from hazendaz/groovy5</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/d10525d69b16fd04c1514721cc224a6de58b8f48"><code>d10525d</code></a> Include test for fix on <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1166">#1166</a></li> <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.6.6...spotbugs-maven-plugin-4.9.4.1">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: dev-unsubscr...@creadur.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org